Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectTypeHeaderStart
-
Packages that use StreamObjectTypeHeaderStart Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj -
-
Uses of StreamObjectTypeHeaderStart in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj declared as StreamObjectTypeHeaderStart Modifier and Type Field Description StreamObjectTypeHeaderStartStreamObjectHeaderStart. typeMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return StreamObjectTypeHeaderStart Modifier and Type Method Description static StreamObjectTypeHeaderStartStreamObjectTypeHeaderStart. fromIntVal(int intVal)static StreamObjectTypeHeaderStartStreamObjectTypeHeaderStart. 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.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return types with arguments of type StreamObjectTypeHeaderStart Modifier and Type Method Description static Set<StreamObjectTypeHeaderStart>StreamObject. getCompoundTypes()Gets the StreamObjectTypeHeaderStartstatic Map<StreamObjectTypeHeaderStart,Class>StreamObject. getStreamObjectTypeMapping()Gets the StreamObjectTypeMappingConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type StreamObjectTypeHeaderStart Constructor 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.
-