Package | Description |
---|---|
agilermi.utility.io |
Provides classes and interfaces used to get remote access to IO objects, such
as
OutputStream objects and RandomAccessFile
objects. |
Modifier and Type | Method and Description |
---|---|
static RemoteOutput |
RemoteOutput.convert(java.io.OutputStream output)
Converts an
OutputStream to a RemoteOutput . |
Modifier and Type | Method and Description |
---|---|
static java.io.OutputStream |
RemoteOutput.convert(RemoteOutput output)
Converts a
RemoteOutput to an OutputStream . |