public abstract class DataElementData extends Object implements IFSSHTTPBSerializable
| Constructor and Description |
|---|
DataElementData() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
deserializeDataElementDataFromByteArray(byte[] byteArray,
int startIndex)
De-serialize data element data from byte array.
|
abstract List<Byte> |
serializeToByteList()
Serialize item to byte list.
|
public abstract int deserializeDataElementDataFromByteArray(byte[] byteArray,
int startIndex)
throws TikaException,
IOException
byteArray - The byte array.startIndex - The position where to start.TikaExceptionIOExceptionpublic abstract List<Byte> serializeToByteList() throws TikaException, IOException
serializeToByteList in interface IFSSHTTPBSerializableTikaExceptionIOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.