Package com.healthmarketscience.rmiio.util

Provides utility classes for working with RMI and streaming.

See:
          Description

Class Summary
EncodingInputStream InputStream which facilitates generating a stream of data on demand through some programmatic action.
InputStreamAdapter Utility class for optimizing different read strategies based on the type of the underlying InputStream.
OutputStreamAdapter Utility class for optimizing different write strategies based on the type of the underlying OutputStream.
PipeBuffer Utility class for implementing a pipe which will never block (at the expense of possibly utilizing more memory).
PipeBuffer.InputStreamAdapter PacketInputStream implementation which reads from a PipeBuffer.
PipeBuffer.OutputStreamAdapter PacketOutputStream implementation which writes to a PipeBuffer.
SingleByteAdapter Adapts a single byte read/write call to the corresponding call to a byte array read/write call.
 

Package com.healthmarketscience.rmiio.util Description

Provides utility classes for working with RMI and streaming.



Copyright © 2006–2016 Health Market Science. All rights reserved.