|
|
|
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
StringWriter and ByteArrayOutputStream.
See:
Description
| Class Summary | |
|---|---|
| ByteUtils | provides methods to convert Java primitive types to a byte array representation and vice versa. |
| FastByteArrayOutputStream | A not thread-safe replacement for
ByteArrayOutputStream. |
| FastStringWriter | A not thread-safe replacement for StringWriter
which internally uses a StringBuilder as the buffer. |
| SerializableDataSource | represents a serialisable data source. |
| Exception Summary | |
|---|---|
| ByteUtils.ByteFormatException | indicates an exception converting a byte array back to a primitive type. |
| WriteThroughException | wrapper for IOExceptions occuring during write throughs. |
contains I/O related utilites including fast unsynchronized replacements
for StringWriter and ByteArrayOutputStream.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||