Uses of Class
javolution.io.UTF8ByteBufferWriter

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

Uses of UTF8ByteBufferWriter in javolution.io
 

Methods in javolution.io that return UTF8ByteBufferWriter
 UTF8ByteBufferWriter UTF8ByteBufferWriter.setByteBuffer(ByteBuffer byteBuffer)
          Deprecated. Replaced by setOutput(ByteBuffer)
 UTF8ByteBufferWriter UTF8ByteBufferWriter.setOutput(ByteBuffer byteBuffer)
          Sets the byte buffer to use for writing until this writer is closed.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.