Uses of Class
net.sf.mmm.util.io.base.AbstractByteArray

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

Subclasses of AbstractByteArray in net.sf.mmm.util.io.base
 class ByteArrayImpl
          This class is similar to ByteBuffer but a lot simpler.
 

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

Subclasses of AbstractByteArray in net.sf.mmm.util.io.impl
 class ByteArrayBufferImpl
          This class is similar to ByteBuffer but a lot simpler.
protected  class DetectorStreamBufferImpl.CurrentByteArray
          This inner class is a view on the current ByteArray.
 class PooledByteArray
          This is an implementation of ByteArray that holds a pooled byte-array.
 



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