XNIO API 3.0.4.GA

Package org.xnio.streams


Interface Summary
BufferPipeInputStream.InputHandler A handler for events relating to the consumption of data from a BufferPipeInputStream instance.
BufferPipeOutputStream.BufferWriter A buffer writer for an BufferPipeOutputStream.
 

Class Summary
BufferedChannelInputStream An input stream which reads from a stream source channel with a buffer.
BufferPipeInputStream An InputStream implementation which is populated asynchronously with ByteBuffer instances.
BufferPipeOutputStream An OutputStream implementation which writes out ByteBuffers to a consumer.
ChannelInputStream An input stream which reads from a stream source channel.
ChannelOutputStream An output stream which writes to a stream sink channel.
LimitedInputStream An input stream which truncates the underlying stream to the given length.
LimitedOutputStream An output stream which truncates the writable output to the given length.
Pipe An in-VM pipe between an input stream and an output stream, which does not suffer from the bugs in PipedInputStream.
ReaderInputStream An input stream which encodes characters into bytes.
Streams Stream utility class.
WriterOutputStream An output stream which decodes bytes into a character writer.
 


XNIO API 3.0.4.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.