请参阅: 说明
接口 | 说明 |
---|---|
InputAccessor |
Interface used to expose beginning of a data file to data format
detection code.
|
类 | 说明 |
---|---|
DataFormatDetector |
Simple helper class that allows data format (content type) auto-detection,
given an ordered set of
JsonFactory instances to use for actual low-level
detection. |
DataFormatMatcher |
Result object constructed by
DataFormatDetector when requested
to detect format of given input data. |
InputAccessor.Std |
Basic implementation that reads data from given
InputStream and buffers it as necessary. |
枚举 | 说明 |
---|---|
MatchStrength |
Enumeration used to indicate strength of match between data format
and piece of data (typically beginning of a data file).
|