Package | Description |
---|---|
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj |
Modifier and Type | Class and Description |
---|---|
class |
StreamObjectHeaderStart16bit
An 16-bit header for a compound object would indicate the start of a stream object
|
class |
StreamObjectHeaderStart32bit
An 32-bit header for a compound object would indicate the start of a stream object
|
Modifier and Type | Method and Description |
---|---|
int |
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.
|
Modifier and Type | Method and Description |
---|---|
static int |
StreamObjectHeaderStart.tryParse(byte[] byteArray,
int startIndex,
AtomicReference<StreamObjectHeaderStart> streamObjectHeader)
This method is used to parse the actual 16bit or 32bit stream header.
|
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.