Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectTypeHeaderEnd
-
Packages that use StreamObjectTypeHeaderEnd Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj -
-
Uses of StreamObjectTypeHeaderEnd in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return StreamObjectTypeHeaderEnd Modifier and Type Method Description static StreamObjectTypeHeaderEndStreamObjectTypeHeaderEnd. fromIntVal(int intVal)static StreamObjectTypeHeaderEndStreamObjectTypeHeaderEnd. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamObjectTypeHeaderEnd[]StreamObjectTypeHeaderEnd. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type StreamObjectTypeHeaderEnd Constructor Description StreamObjectHeaderEnd16bit(StreamObjectTypeHeaderEnd headerType)Initializes a new instance of the StreamObjectHeaderEnd16bit class with the specified type value.StreamObjectHeaderEnd8bit(StreamObjectTypeHeaderEnd type)Initializes a new instance of the StreamObjectHeaderEnd8bit class with the specified type value.
-