Uses of Interface
net.sf.mmm.util.io.api.ProcessableByteArrayBuffer

Packages that use ProcessableByteArrayBuffer
net.sf.mmm.util.io.base Contains public implementations that help to read and write data, process bytes, etc. 
net.sf.mmm.util.io.impl Contains implementations for utilities that help to read and write data, process bytes, etc. 
 

Uses of ProcessableByteArrayBuffer in net.sf.mmm.util.io.base
 

Fields in net.sf.mmm.util.io.base declared as ProcessableByteArrayBuffer
private  ProcessableByteArrayBuffer EncodingUtilImpl.UtfDetectionReader.detectionBuffer
          The lookahead buffer used to detect encoding.
 

Uses of ProcessableByteArrayBuffer in net.sf.mmm.util.io.impl
 

Classes in net.sf.mmm.util.io.impl that implement ProcessableByteArrayBuffer
 class AbstractByteArrayBufferBuffer
          This is the abstract base implementation of the ProcessableByteArrayBuffer interface for a byte[]-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
 class ByteArrayBufferBuffer
          This is the regular implementation of the AbstractByteArrayBufferBuffer.
 class LookaheadByteArrayBufferBuffer
          This class is a byte-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
 

Methods in net.sf.mmm.util.io.impl that return ProcessableByteArrayBuffer
 ProcessableByteArrayBuffer BufferInputStream.createLookaheadBuffer()
          This method creates a new buffer for lookahead operations on the data from the underlying stream.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.