Package | Description |
---|---|
net.sf.mmm.util.contenttype.base |
Provides the base implementation of the content-type API.
|
net.sf.mmm.util.contenttype.base.format |
Provides the format representation for the base implementation of the content-type API.
|
net.sf.mmm.util.contenttype.impl |
Provides the implementation of the content-type API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DecisionTreeNode |
DecisionTreeNode.detect(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos)
This method processes the given
buffer to proceed with the detection of the content-type. |
Modifier and Type | Method and Description |
---|---|
boolean |
Segment.detect(DecisionState state,
List<DecisionState> stateList,
DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
Modifier and Type | Method and Description |
---|---|
DecisionTreeNode |
DecisionTreeNodeImpl.detect(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
DecisionTreeNodeImpl |
DecisionTable.detect(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
abstract DecisionTreeNodeImpl |
AbstractDecision.detect(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
void |
ContentTypeDetectorStreamProcessor.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
Modifier and Type | Method and Description |
---|---|
void |
DetectorStreamProcessor.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos)
This method performs the actual detection and optionally manipulates the data.
|
Modifier and Type | Class and Description |
---|---|
class |
DetectorStreamBufferImpl
This is the implementation of the
DetectorStreamBuffer interface. |
Modifier and Type | Field and Description |
---|---|
private DetectorStreamBuffer |
ProcessableDetectorInputStream.WrapperInputStream.targetBuffer
The destination buffer (end of chain)
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessableDetectorOutputStream.WrapperOutputStream.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
void |
ProcessableDetectorInputStream.WrapperInputStream.process(DetectorStreamBuffer buffer,
Map<String,Object> metadata,
boolean eos) |
Copyright © 2001–2016 mmm-Team. All rights reserved.