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 | Interface and Description |
---|---|
interface |
DetectorInputStream
This is the interface for a
DetectorStream that wraps an InputStream . |
interface |
DetectorOutputStream
This is the interface for a
DetectorStream that wraps an OutputStream . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetectorStream
This is the abstract base implementation of a
DetectorStream . |
Modifier and Type | Class and Description |
---|---|
class |
ProcessableDetectorInputStream
This is the implementation of the
DetectorOutputStream . |
class |
ProcessableDetectorOutputStream
This is the implementation of the
DetectorOutputStream . |
class |
ProcessableDetectorStream
This is the abstract base implementation of a
DetectorStream specific for this
implementation. |
Copyright © 2001–2016 mmm-Team. All rights reserved.