|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||