Uses of Interface
org.simpleframework.util.buffer.Stream

Packages that use Stream
org.simpleframework.util.buffer   
 

Uses of Stream in org.simpleframework.util.buffer
 

Subinterfaces of Stream in org.simpleframework.util.buffer
 interface Buffer
          The Buffer interface represents a collection of bytes that can be written to and later read.
 

Classes in org.simpleframework.util.buffer that implement Stream
 class ArrayBuffer
          The ArrayBuffer is intended to be a general purpose byte buffer that stores bytes in an single internal byte array.
 class BufferAllocator
          The BufferAllocator object is used to provide a means to allocate buffers using a single underlying buffer.
 



Copyright © 2013. All Rights Reserved.