Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.BasicObject
-
Packages that use BasicObject Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic -
-
Uses of BasicObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Subclasses of BasicObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj Modifier and Type Class Description classStreamObjectHeaderEndclassStreamObjectHeaderEnd16bitAn 16-bit header for a compound object would indicate the end of a stream objectclassStreamObjectHeaderEnd8bitAn 8-bit header for a compound object would indicate the end of a stream objectclassStreamObjectHeaderStartThis class specifies the base class for 16-bit or 32-bit stream object header startclassStreamObjectHeaderStart16bitAn 16-bit header for a compound object would indicate the start of a stream objectclassStreamObjectHeaderStart32bitAn 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
Subclasses of BasicObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic Modifier and Type Class Description classBinaryItemclassCellIDclassCellIDArrayclassCompact64bitIntA 9-byte encoding of values in the range 0x0002000000000000 through 0xFFFFFFFFFFFFFFFFclassExGuidclassExGUIDArrayclassSerialNumberMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type parameters of type BasicObject Modifier and Type Method Description static <T extends BasicObject>
TBasicObject. parse(byte[] byteArray, AtomicInteger index, Class<T> clazz)Used to parse byte array to special object.
-