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

Packages that use ByteIterator
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.api.spi Provides the SPI (service-provider-interface) for IO-Utils. 
net.sf.mmm.util.io.impl Contains implementations for utilities that help to read and write data, process bytes, etc. 
 

Uses of ByteIterator in net.sf.mmm.util.io.api
 

Subinterfaces of ByteIterator in net.sf.mmm.util.io.api
 interface ByteArrayBuffer
          This is the interface for a byte[] buffer.
 interface ByteBuffer
          This is the interface for a buffer of bytes.
 interface ComposedByteBuffer
          This is the interface of a ByteBuffer that is internally composed out of multiple ByteArrays.
 interface ProcessableByteArrayBuffer
          This is the interface for a provider of data bytes (a byte[] -Buffer) that is iterable and processable.
 

Uses of ByteIterator in net.sf.mmm.util.io.api.spi
 

Subinterfaces of ByteIterator in net.sf.mmm.util.io.api.spi
 interface DetectorStreamBuffer
          This is the interface for a buffer of bytes from a stream.
 

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

Classes in net.sf.mmm.util.io.impl that implement ByteIterator
 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 ByteArrayBufferImpl
          This class is similar to ByteBuffer but a lot simpler.
 class DetectorStreamBufferImpl
          This is the implementation of the DetectorStreamBuffer interface.
 class LookaheadByteArrayBufferBuffer
          This class is a byte-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
 



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