net.sf.mmm.util.io.api
Interface ByteBuffer

All Superinterfaces:
ByteIterator, ByteProvider
All Known Subinterfaces:
ByteArrayBuffer, ComposedByteBuffer, DetectorStreamBuffer, ProcessableByteArrayBuffer
All Known Implementing Classes:
AbstractByteArrayBufferBuffer, ByteArrayBufferBuffer, ByteArrayBufferImpl, DetectorStreamBufferImpl, LookaheadByteArrayBufferBuffer

public interface ByteBuffer
extends ByteIterator, ByteProvider

This is the interface for a buffer of bytes.

Since:
1.1.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 
Methods inherited from interface net.sf.mmm.util.io.api.ByteIterator
hasNext, next, peek, skip
 
Methods inherited from interface net.sf.mmm.util.io.api.ByteProvider
getBytesAvailable
 



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