| 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 |
|---|---|
DetectorInputStream |
DetectorStreamProvider.wrapInputStream(InputStream stream)
This method gets a
DetectorInputStream that wrapps the given stream. |
DetectorInputStream |
DetectorStreamProvider.wrapInputStream(InputStream stream,
Map<String,Object> metadata)
This method gets a
DetectorInputStream that wraps the given stream. |
| Modifier and Type | Method and Description |
|---|---|
DetectorInputStream |
AbstractDetectorStreamProvider.wrapInputStream(InputStream stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessableDetectorInputStream
This is the implementation of the
DetectorOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
DetectorInputStream |
DetectorStreamProviderImpl.wrapInputStream(InputStream stream,
Map<String,Object> metadata) |
Copyright © 2001–2016 mmm-Team. All rights reserved.