| Package | Description | 
|---|---|
| org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CellManifestCurrentRevision | 
| class  | DataElement | 
| class  | DataElementHashSpecifies an data element hash stream object | 
| class  | DataElementPackage | 
| class  | DataHashObject | 
| class  | DataSizeObjectData Size Object | 
| class  | IntermediateNodeObject | 
| class  | LeafNodeObject | 
| class  | NodeObject | 
| class  | ObjectGroupDataThe ObjectGroupData class. | 
| class  | ObjectGroupDeclarationsObject Group Declarations | 
| class  | ObjectGroupMetadataSpecifies an object group metadata | 
| class  | ObjectGroupMetadataDeclarationsObject Metadata Declaration | 
| class  | ObjectGroupObjectBLOBDataDeclarationobject data BLOB declaration | 
| class  | ObjectGroupObjectData | 
| class  | ObjectGroupObjectDataBLOBReferenceobject data BLOB reference | 
| class  | ObjectGroupObjectDeclare | 
| class  | RevisionManifest | 
| class  | RevisionManifestObjectGroupReferencesSpecifies a revision manifest object group references, each followed by object group extended GUIDs | 
| class  | RevisionManifestRootDeclareSpecifies a revision manifest root declare, each followed by root and object extended GUIDs | 
| class  | SignatureObjectSignature Object | 
| class  | StorageIndexCellMappingSpecifies the storage index cell mappings (with cell identifier, cell mapping extended GUID,
 and cell mapping serial number) | 
| class  | StorageIndexManifestMapping | 
| class  | StorageIndexRevisionMappingSpecifies the storage index revision mappings (with revision and revision mapping
 extended GUIDs, and revision mapping serial number) | 
| class  | StorageManifestRootDeclareSpecifies one or more storage manifest root declare. | 
| class  | StorageManifestSchemaGUIDSpecifies a storage manifest schema GUID | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends StreamObject> | StreamObject. getCurrent(byte[] byteArray,
          AtomicInteger index,
          Class<T> clazz)Get current stream object. | 
| static <T extends StreamObject> | StreamObject. tryGetCurrent(byte[] byteArray,
             AtomicInteger index,
             AtomicReference<T> streamObject,
             Class<T> clazz)Try to get current object, true will returned if success. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StreamObject | StreamObject. parseStreamObject(StreamObjectHeaderStart header,
                 byte[] byteArray,
                 AtomicInteger index)Parse stream object from byte array. | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.