public class ExGUIDArray extends BasicObject
| Modifier and Type | Field and Description |
|---|---|
List<ExGuid> |
content
Gets or sets an extended GUID array
|
Compact64bitInt |
count |
| Constructor and Description |
|---|
ExGUIDArray()
Initializes a new instance of the ExGUIDArray class, this is the default constructor.
|
ExGUIDArray(ExGUIDArray extendGuidArray)
Initializes a new instance of the ExGUIDArray class, this is copy constructor.
|
ExGUIDArray(List<ExGuid> content)
Initializes a new instance of the ExGUIDArray class with specified value.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the ExGUIDArray basic object from the specified byte array and start index.
|
List<ExGuid> |
getContent() |
List<Byte> |
serializeToByteList()
This method is used to convert the element of ExGUIDArray basic object into a byte List.
|
void |
setContent(List<ExGuid> content) |
deserializeFromByteArray, parsepublic Compact64bitInt count
public ExGUIDArray(List<ExGuid> content)
content - Specify the list of ExGuid contents.public ExGUIDArray(ExGUIDArray extendGuidArray)
extendGuidArray - Specify the ExGUIDArray where copies from.public ExGUIDArray()
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–2022 The Apache Software Foundation. All rights reserved.