Uses of Package
javolution.io

Packages that use javolution.io
javolution.io Provides utility classes for input and output (such as Struct and Union for direct interoperability with C/C++). 
 

Classes in javolution.io used by javolution.io
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.
Struct.Member
          This inner class represents the base class for all Struct members.
Struct.UTF8String
          This class represents a UTF-8 character string, null terminated (for C/C++ compatibility)
UTF8ByteBufferReader
           This class represents a UTF-8 j2me.nio.ByteBuffer reader.
UTF8ByteBufferWriter
           This class represents a UTF-8 j2me.nio.ByteBuffer writer.
UTF8StreamReader
           This class represents a UTF-8 stream reader.
UTF8StreamWriter
           This class represents a UTF-8 stream writer.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.