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

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

Methods in net.sf.mmm.util.io.base that return ByteArrayImpl
 ByteArrayImpl ByteArrayImpl.createSubArray(int minimum, int maximum)
          This method creates a new ByteArray with the same bytes but the given indices.
 

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

Subclasses of ByteArrayImpl in net.sf.mmm.util.io.impl
 class ByteArrayBufferImpl
          This class is similar to ByteBuffer but a lot simpler.
 class PooledByteArray
          This is an implementation of ByteArray that holds a pooled byte-array.
 

Methods in net.sf.mmm.util.io.impl that return ByteArrayImpl
 ByteArrayImpl ByteArrayBufferImpl.createSubArray(int minimum, int maximum)
          This method creates a new ByteArray with the same bytes but the given indices.
 ByteArrayImpl PooledByteArray.createSubArray(int minimum, int maximum)
          This method creates a new ByteArray with the same bytes but the given indices.
 



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