|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DetectorStreamBuffer | |
|---|---|
| net.sf.mmm.util.io.api.spi | Provides the SPI (service-provider-interface) for IO-Utils. |
| net.sf.mmm.util.io.impl | Contains implementations for utilities that help to read and write data, process bytes, etc. |
| Uses of DetectorStreamBuffer in net.sf.mmm.util.io.api.spi |
|---|
| Methods in net.sf.mmm.util.io.api.spi with parameters of type DetectorStreamBuffer | |
|---|---|
void |
DetectorStreamProcessor.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos)
This method performs the actual detection and optionally manipulates the data. |
| Uses of DetectorStreamBuffer in net.sf.mmm.util.io.impl |
|---|
| Classes in net.sf.mmm.util.io.impl that implement DetectorStreamBuffer | |
|---|---|
class |
DetectorStreamBufferImpl
This is the implementation of the DetectorStreamBuffer interface. |
| Fields in net.sf.mmm.util.io.impl declared as DetectorStreamBuffer | |
|---|---|
private DetectorStreamBuffer |
ProcessableDetectorInputStream.WrapperInputStream.targetBuffer
The destination buffer (end of chain) |
| Methods in net.sf.mmm.util.io.impl with parameters of type DetectorStreamBuffer | |
|---|---|
void |
ProcessableDetectorInputStream.WrapperInputStream.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos)
This method performs the actual detection and optionally manipulates the data. |
void |
ProcessableDetectorOutputStream.WrapperOutputStream.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos)
This method performs the actual detection and optionally manipulates the data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||