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.io.impl |
Contains implementations for utilities that help to read and write data, process bytes, etc.
|
Modifier and Type | Method and Description |
---|---|
DetectorOutputStream |
DetectorStreamProvider.wrapOutputStream(OutputStream stream)
This method gets a
DetectorOutputStream that wraps the given stream . |
DetectorOutputStream |
DetectorStreamProvider.wrapOutputStream(OutputStream stream,
Map<String,Object> metadata)
This method gets a
DetectorOutputStream that wraps the given stream . |
Modifier and Type | Method and Description |
---|---|
DetectorOutputStream |
AbstractDetectorStreamProvider.wrapOutputStream(OutputStream stream) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessableDetectorOutputStream
This is the implementation of the
DetectorOutputStream . |
Modifier and Type | Method and Description |
---|---|
DetectorOutputStream |
DetectorStreamProviderImpl.wrapOutputStream(OutputStream stream,
Map<String,Object> metadata) |
Copyright © 2001–2016 mmm-Team. All rights reserved.