public class CellID extends BasicObject
| Modifier and Type | Field and Description |
|---|---|
ExGuid |
extendGUID1 |
ExGuid |
extendGUID2 |
| Constructor and Description |
|---|
CellID()
Initializes a new instance of the CellID class, this is default constructor.
|
CellID(CellID cellId)
Initializes a new instance of the CellID class, this is the copy constructor.
|
CellID(ExGuid extendGuid1,
ExGuid extendGuid2)
Initializes a new instance of the CellID class with specified ExGuids.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the CellID basic object from the specified byte array and start index.
|
boolean |
equals(Object obj)
Override the Equals method.
|
int |
hashCode()
Override the GetHashCode.
|
List<Byte> |
serializeToByteList()
This method is used to convert the element of CellID basic object into a byte List.
|
deserializeFromByteArray, parsepublic CellID(ExGuid extendGuid1, ExGuid extendGuid2)
extendGuid1 - Specify the first ExGuid.extendGuid2 - Specify the second ExGuid.public CellID(CellID cellId)
cellId - Specify the CellID.public CellID()
public List<Byte> serializeToByteList() throws IOException
serializeToByteList in interface IFSSHTTPBSerializableserializeToByteList in class BasicObjectIOExceptionpublic boolean equals(Object obj)
public int hashCode()
protected 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–2022 The Apache Software Foundation. All rights reserved.