Uses of Class
net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer

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

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

Subclasses of AbstractByteArrayBufferBuffer in net.sf.mmm.util.io.impl
 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.
 

Fields in net.sf.mmm.util.io.impl declared as AbstractByteArrayBufferBuffer
private  AbstractByteArrayBufferBuffer LookaheadByteArrayBufferBuffer.master
          The master buffer adapted by this buffer.
 

Methods in net.sf.mmm.util.io.impl with parameters of type AbstractByteArrayBufferBuffer
protected  void AbstractByteArrayBufferBuffer.sync(AbstractByteArrayBufferBuffer master)
          This method synchronizes the buffer with the given master.
 

Constructors in net.sf.mmm.util.io.impl with parameters of type AbstractByteArrayBufferBuffer
AbstractByteArrayBufferBuffer(AbstractByteArrayBufferBuffer template)
          The constructor used to copy from the given template.
LookaheadByteArrayBufferBuffer(AbstractByteArrayBufferBuffer master)
          The constructor.
 



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