Uses of Interface
org.jppf.io.IO

Packages that use IO
org.jppf.io Support for transport-agnostic communication with remote services and disk overflow. 
 

Uses of IO in org.jppf.io
 

Subinterfaces of IO in org.jppf.io
 interface InputSource
          This interface represents an abstraction of any source of incoming data.
 interface OutputDestination
          This interface represents an abstraction of any destination for outgoing data.
 

Classes in org.jppf.io that implement IO
 class ChannelInputSource
          Input source backed by a ReadableByteChannel.
 class ChannelOutputDestination
          Output destination backed by a WritableByteChannel.
 class FileInputSource
          Input source backed by a file.
 class FileOutputDestination
          Output destination backed by a file.
 class SocketWrapperInputSource
          Input source backed by a SocketWrapper.
 class SocketWrapperOutputDestination
          Output destination backed by a SocketWrapper.
 class StreamInputSource
          Input source that takes an input stream as its source.
 class StreamOutputDestination
          Output destination backed by an OutputStream.
 



Copyright © 2005-2010 JPPF Team.