Package | Description |
---|---|
net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
net.sf.mmm.util.io.base |
Contains public implementations that help to read and write data, process bytes, etc.
|
net.sf.mmm.util.process.base |
Provides the base-implementation for
Process-Util API . |
Modifier and Type | Method and Description |
---|---|
AsyncTransferrer |
StreamUtil.transferAsync(InputStream inStream,
OutputStream outStream,
boolean keepOutStreamOpen)
This method transfers the contents of the given
inStream to the given outStream . |
AsyncTransferrer |
StreamUtil.transferAsync(InputStream inStream,
OutputStream outStream,
boolean keepOutStreamOpen,
TransferCallback callback)
This method transfers the contents of the given
inStream to the given outStream . |
AsyncTransferrer |
StreamUtil.transferAsync(Reader reader,
Writer writer,
boolean keepWriterOpen)
This method transfers the contents of the given
reader to the given writer . |
AsyncTransferrer |
StreamUtil.transferAsync(Reader reader,
Writer writer,
boolean keepWriterOpen,
TransferCallback callback)
This method transfers the contents of the given
reader to the given writer . |
Modifier and Type | Class and Description |
---|---|
protected static class |
StreamUtilImpl.AsyncTransferrerImpl
This is the default implementation of the
AsyncTransferrer interface. |
Modifier and Type | Method and Description |
---|---|
AsyncTransferrer |
StreamUtilImpl.transferAsync(InputStream inStream,
OutputStream outStream,
boolean keepOutStreamOpen) |
AsyncTransferrer |
StreamUtilImpl.transferAsync(InputStream inStream,
OutputStream outStream,
boolean keepOutStreamOpen,
TransferCallback callback) |
AsyncTransferrer |
StreamUtilImpl.transferAsync(Reader reader,
Writer writer,
boolean keepWriterOpen) |
AsyncTransferrer |
StreamUtilImpl.transferAsync(Reader reader,
Writer writer,
boolean keepWriterOpen,
TransferCallback callback) |
Modifier and Type | Field and Description |
---|---|
private AsyncTransferrer[] |
ProcessUtilImpl.ProcessExecutor.transferrers |
Copyright © 2001–2016 mmm-Team. All rights reserved.