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.
|
Modifier and Type | Method and Description |
---|---|
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,
TransferCallback callback)
This method transfers the contents of the given
reader to the given writer . |
Modifier and Type | Field and Description |
---|---|
private TransferCallback |
StreamUtilImpl.BaseTransferrer.callback
The callback or
null . |
Modifier and Type | Method and Description |
---|---|
AsyncTransferrer |
StreamUtilImpl.transferAsync(InputStream inStream,
OutputStream outStream,
boolean keepOutStreamOpen,
TransferCallback callback) |
AsyncTransferrer |
StreamUtilImpl.transferAsync(Reader reader,
Writer writer,
boolean keepWriterOpen,
TransferCallback callback) |
Constructor and Description |
---|
BaseTransferrer(TransferCallback callback,
boolean keepDestinationOpen)
The constructor.
|
ReaderTransferrer(Reader source,
Writer destination,
boolean keepDestinationOpen,
TransferCallback callback)
The constructor.
|
StreamTransferrer(InputStream source,
OutputStream destination,
boolean keepDestinationOpen,
TransferCallback callback)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.