| Class | Description |
|---|---|
| AppendableWriter |
This class allows any
Appendable to be used as
a writer. |
| CharSequenceReader |
This class allows any
CharSequence to be used as
a reader. |
| Struct |
Equivalent to a
C/C++ struct; this class confers
interoperability between Java classes and C/C++ struct. |
| Union |
Equivalent to
C/C++ union; this class works in the same
way as Struct (sub-class) except that all members are mapped
to the same location in memory. |
| UTF8ByteBufferReader |
A UTF-8
java.nio.ByteBuffer reader. |
| UTF8ByteBufferWriter |
A UTF-8
java.nio.ByteBuffer writer. |
| UTF8StreamReader |
A UTF-8 stream reader.
|
| UTF8StreamWriter |
A UTF-8 stream writer.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.