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 RemoteInput |
RemoteInput.convert(java.io.InputStream input)
Converts an
InputStream to a RemoteInput . |
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
RemoteInput.convert(RemoteInput input)
Converts a
RemoteInput to an InputStream . |