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

Packages that use ByteProcessable
net.sf.mmm.util.io.api Provides the API for utilities 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 ByteProcessable in net.sf.mmm.util.io.api
 

Subinterfaces of ByteProcessable in net.sf.mmm.util.io.api
 interface ProcessableByteArrayBuffer
          This is the interface for a provider of data bytes (a byte[] -Buffer) that is iterable and processable.
 

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

Classes in net.sf.mmm.util.io.impl that implement ByteProcessable
 class AbstractByteArrayBufferBuffer
          This is the abstract base implementation of the ProcessableByteArrayBuffer interface for a byte[]-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
 class BufferInputStream
          This class represents a InputStream that works like a BufferedInputStream but exposes its internal state to be used for lookahead operations.
 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.
 



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