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.TikaException
IOException
public abstract List<Byte> serializeToByteList() throws TikaException, IOException
serializeToByteList
in interface IFSSHTTPBSerializable
TikaException
IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.