T - data type of the series to be read.public class DataSeriesReader<T>
extends java.lang.Object
| Constructor and Description |
|---|
DataSeriesReader(DataSeriesType valueType,
EncodingParams params,
BitInputStream bitInputStream,
java.util.Map<java.lang.Integer,java.io.ByteArrayInputStream> inputMap)
Initialize a Data Series reader
|
public DataSeriesReader(DataSeriesType valueType, EncodingParams params, BitInputStream bitInputStream, java.util.Map<java.lang.Integer,java.io.ByteArrayInputStream> inputMap)
valueType - type of the data to readparams - encoding-specific parametersbitInputStream - Core data block bit stream, to be read by non-external EncodingsinputMap - External data block byte stream map, to be read by external Encodings