| Package | Description |
|---|---|
| org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj |
| Modifier and Type | Field and Description |
|---|---|
StreamObjectTypeHeaderStart |
StreamObjectHeaderStart.type |
| Modifier and Type | Method and Description |
|---|---|
static StreamObjectTypeHeaderStart |
StreamObjectTypeHeaderStart.fromIntVal(int intVal) |
static StreamObjectTypeHeaderStart |
StreamObjectTypeHeaderStart.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamObjectTypeHeaderStart[] |
StreamObjectTypeHeaderStart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StreamObjectTypeHeaderStart> |
StreamObject.getCompoundTypes()
Gets the StreamObjectTypeHeaderStart
|
static Map<StreamObjectTypeHeaderStart,Class> |
StreamObject.getStreamObjectTypeMapping()
Gets the StreamObjectTypeMapping
|
| Constructor and Description |
|---|
NodeObject(StreamObjectTypeHeaderStart headerType)
Initializes a new instance of the NodeObject class.
|
StreamObject(StreamObjectTypeHeaderStart streamObjectType)
Initializes a new instance of the StreamObject class.
|
StreamObjectHeaderStart(StreamObjectTypeHeaderStart streamObjectTypeHeaderStart)
Initializes a new instance of the StreamObjectHeaderStart class with specified header type.
|
StreamObjectHeaderStart16bit(StreamObjectTypeHeaderStart type)
Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type.
|
StreamObjectHeaderStart16bit(StreamObjectTypeHeaderStart type,
int length)
Initializes a new instance of the StreamObjectHeaderStart16bit class with specified type and length.
|
StreamObjectHeaderStart32bit(StreamObjectTypeHeaderStart streamObjectTypeHeaderStart)
Initializes a new instance of the StreamObjectHeaderStart32bit class with specified type.
|
StreamObjectHeaderStart32bit(StreamObjectTypeHeaderStart type,
int length)
Initializes a new instance of the StreamObjectHeaderStart32bit class with specified type and length.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.