Package org.glassfish.grizzly.streams

Interface Summary
AddressableStreamReader<A> Addressable StreamReader, which could be requested for data source address.
AddressableStreamWriter<A> Addressable StreamWriter, which can send data to different destinations.
StreamReader Interface that defines methods for reading primitive types and arrays of primitive types from a stream.
StreamWriter Write the primitive Java types and arrays of primitives to some data sink.
 

Class Summary
AbstractStreamReader Each method reads data from the current ByteBuffer.
AbstractStreamReader.NotifyObject  
AbstractStreamWriter Write the primitive Java type to the current ByteBuffer.
AbstractStreamWriter.DisposeBufferCompletionHandler  
StreamReaderDecorator  
StreamWriterDecorator  
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.