-
Field Summary
Fields
Gets or sets an extended GUID array
-
Constructor Summary
Constructors
Initializes a new instance of the ExGUIDArray class, this is the default constructor.
Initializes a new instance of the ExGUIDArray class with specified value.
Initializes a new instance of the ExGUIDArray class, this is copy constructor.
-
Method Summary
protected int
This method is used to deserialize the ExGUIDArray basic object from the specified byte array and start index.
This method is used to convert the element of ExGUIDArray basic object into a byte List.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
content
Gets or sets an extended GUID array
-
Constructor Details
-
ExGUIDArray
Initializes a new instance of the ExGUIDArray class with specified value.
- Parameters:
content
- Specify the list of ExGuid contents.
-
ExGUIDArray
Initializes a new instance of the ExGUIDArray class, this is copy constructor.
- Parameters:
extendGuidArray
- Specify the ExGUIDArray where copies from.
-
ExGUIDArray
public ExGUIDArray()
Initializes a new instance of the ExGUIDArray class, this is the default constructor.
-
Method Details
-
-
-
-
doDeserializeFromByteArray
This method is used to deserialize the ExGUIDArray basic object from the specified byte array and start index.
- Specified by:
doDeserializeFromByteArray
in class BasicObject
- Parameters:
byteArray
- Specify the byte array.
startIndex
- Specify the start index from the byte array.
- Returns:
- Return the length in byte of the ExGUIDArray basic object.
- Throws:
TikaException
IOException