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

Packages that use ByteProvider
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.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 ByteProvider in net.sf.mmm.util.io.api
 

Subinterfaces of ByteProvider in net.sf.mmm.util.io.api
 interface ByteArray
          This is the interface for some object that holds a byte-array together with a range where the user of this interface may start and end reading in that array.
 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 ByteProvider in net.sf.mmm.util.io.api.spi
 

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

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

Classes in net.sf.mmm.util.io.base that implement ByteProvider
 class AbstractByteArray
          This is the abstract base implementation of the ByteArray interface.
 class ByteArrayImpl
          This class is similar to ByteBuffer but a lot simpler.
 

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

Classes in net.sf.mmm.util.io.impl that implement ByteProvider
 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.
protected  class DetectorStreamBufferImpl.CurrentByteArray
          This inner class is a view on the current ByteArray.
 class LookaheadByteArrayBufferBuffer
          This class is a byte-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
 class PooledByteArray
          This is an implementation of ByteArray that holds a pooled byte-array.
 



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