javolution.io |
Provides utility classes for input and output (such as
{@link javolution.io.Struct Struct} and {@link javolution.io.Union Union}
for direct interoperability with C/C++).
|
Java Source File Name | Type | Comment |
AppendableWriter.java | Class | |
CharSequenceReader.java | Class | |
Struct.java | Class | This class represents a C/C++ struct ; it confers
interoperability between Java classes and C/C++ struct.
Unlike C/C++ , the storage layout of Java objects is not
determined by the compiler. |
Union.java | Class | |
UTF8ByteBufferReader.java | Class | This class represents a UTF-8 j2me.nio.ByteBuffer reader.
This reader can be used for efficient decoding of native byte
buffers (e.g. |
UTF8ByteBufferWriter.java | Class | This class represents a UTF-8 j2me.nio.ByteBuffer
writer.
This writer supports surrogate char pairs (representing
characters in the range [U+10000 .. |
UTF8StreamReader.java | Class | This class represents a UTF-8 stream reader.
This reader supports surrogate char pairs (representing
characters in the range [U+10000 .. |
UTF8StreamWriter.java | Class | This class represents a UTF-8 stream writer.
This writer supports surrogate char pairs (representing
characters in the range [U+10000 .. |