Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectHeaderStart
Packages that use StreamObjectHeaderStart
-
Uses of StreamObjectHeaderStart in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Subclasses of StreamObjectHeaderStart in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobjModifier and TypeClassDescriptionclass
An 16-bit header for a compound object would indicate the start of a stream objectclass
An 32-bit header for a compound object would indicate the start of a stream objectMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type StreamObjectHeaderStartModifier and TypeMethodDescriptionint
StreamObject.deserializeFromByteArray
(StreamObjectHeaderStart header, byte[] byteArray, int startIndex) Used to return the length of this element.static StreamObject
StreamObject.parseStreamObject
(StreamObjectHeaderStart header, byte[] byteArray, AtomicInteger index) Parse stream object from byte array.Method parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with type arguments of type StreamObjectHeaderStartModifier and TypeMethodDescriptionstatic int
StreamObjectHeaderStart.tryParse
(byte[] byteArray, int startIndex, AtomicReference<StreamObjectHeaderStart> streamObjectHeader) This method is used to parse the actual 16bit or 32bit stream header.