Class ObjectSpaceObjectStreamHeader
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.space.ObjectSpaceObjectStreamHeader
-
Field Summary
Modifier and TypeFieldDescriptionlong
int
int
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
doDeserializeFromByteArray
(byte[] byteArray, int startIndex) This method is used to deserialize the ObjectSpaceObjectStreamHeader object from the specified byte array and start index.This method is used to convert the element of ObjectSpaceObjectStreamHeader into a byte List.
-
Field Details
-
count
public long count -
reserved
public int reserved -
extendedStreamsPresent
public int extendedStreamsPresent -
osidStreamNotPresent
public int osidStreamNotPresent
-
-
Constructor Details
-
ObjectSpaceObjectStreamHeader
public ObjectSpaceObjectStreamHeader()
-
-
Method Details
-
serializeToByteList
This method is used to convert the element of ObjectSpaceObjectStreamHeader into a byte List.- Returns:
- Return the byte list which store the byte information of ObjectSpaceObjectStreamHeader
- Throws:
IOException
-
doDeserializeFromByteArray
This method is used to deserialize the ObjectSpaceObjectStreamHeader object from the specified byte array and start index.- Parameters:
byteArray
- Specify the byte array.startIndex
- Specify the start index from the byte array.- Returns:
- Return the length in byte of the ObjectSpaceObjectStreamHeader object.
- Throws:
IOException
-