Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.BasicObject
Package
Description
-
Uses of BasicObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Modifier and TypeClassDescriptionclass
class
An 16-bit header for a compound object would indicate the end of a stream objectclass
An 8-bit header for a compound object would indicate the end of a stream objectclass
This class specifies the base class for 16-bit or 32-bit stream object header startclass
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 object -
Uses of BasicObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic
Modifier and TypeClassDescriptionclass
class
class
class
A 9-byte encoding of values in the range 0x0002000000000000 through 0xFFFFFFFFFFFFFFFFclass
class
class
Modifier and TypeMethodDescriptionstatic <T extends BasicObject>
TBasicObject.parse
(byte[] byteArray, AtomicInteger index, Class<T> clazz) Used to parse byte array to special object.