|
J avolution v5.2 (J2SE 1.5+) | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Struct and Union
for direct interoperability with C/C++).
See:
Description
| Class Summary | |
|---|---|
| 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 | This class represents a C/C++ struct; it confers
interoperability between Java classes and C/C++ struct. |
| Union | This class represents a C/C++ union; it works in the same
way as Struct (sub-class) except that all members are mapped
to the same location in memory. |
| UTF8ByteBufferReader | This class represents a UTF-8 java.nio.ByteBuffer reader. |
| UTF8ByteBufferWriter | This class represents a UTF-8 java.nio.ByteBuffer
writer. |
| UTF8StreamReader | This class represents a UTF-8 stream reader. |
| UTF8StreamWriter | This class represents a UTF-8 stream writer. |
Provides utility classes for input and output (such as
Struct and Union
for direct interoperability with C/C++).
|
J avolution v5.2 (J2SE 1.5+) | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||