public class CellIDArray extends BasicObject
Constructor and Description |
---|
CellIDArray()
Initializes a new instance of the CellIDArray class, this is default constructor.
|
CellIDArray(CellIDArray cellIdArray)
Initializes a new instance of the CellIDArray class, this is copy constructor.
|
CellIDArray(long count,
List<CellID> content)
Initializes a new instance of the CellIDArray class.
|
Modifier and Type | Method and Description |
---|---|
protected int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the CellIDArray basic object from the specified byte array and start index.
|
List<Byte> |
serializeToByteList()
This method is used to convert the element of CellIDArray basic object into a byte List.
|
deserializeFromByteArray, parse
public CellIDArray(long count, List<CellID> content)
count
- Specify the number of CellID in the CellID array.content
- Specify the list of CellID.public CellIDArray(CellIDArray cellIdArray)
cellIdArray
- Specify the CellIDArray.public CellIDArray()
public List<Byte> serializeToByteList() throws IOException
serializeToByteList
in interface IFSSHTTPBSerializable
serializeToByteList
in class BasicObject
IOException
protected int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOException
doDeserializeFromByteArray
in class BasicObject
byteArray
- Specify the byte array.startIndex
- Specify the start index from the byte array.TikaException
IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.