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, parsepublic 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 IFSSHTTPBSerializableserializeToByteList in class BasicObjectIOExceptionprotected int doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
throws TikaException,
IOException
doDeserializeFromByteArray in class BasicObjectbyteArray - Specify the byte array.startIndex - Specify the start index from the byte array.TikaExceptionIOExceptionCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.