Uses of Class
org.apache.tika.io.EndianUtils.BufferUnderrunException
-
Uses of EndianUtils.BufferUnderrunException in org.apache.tika.io
Modifier and TypeMethodDescriptionstatic int
EndianUtils.readIntBE
(InputStream stream) Get a BE int value from an InputStreamstatic int
EndianUtils.readIntLE
(InputStream stream) Get a LE int value from an InputStreamstatic int
EndianUtils.readIntME
(InputStream stream) Get a PDP-11 style Middle Endian int value from an InputStreamstatic long
EndianUtils.readLongBE
(InputStream stream) Get a NE long value from an InputStreamstatic long
EndianUtils.readLongLE
(InputStream stream) Get a LE long value from an InputStreamstatic short
EndianUtils.readShortBE
(InputStream stream) Get a BE short value from an InputStreamstatic short
EndianUtils.readShortLE
(InputStream stream) Get a LE short value from an InputStreamstatic long
EndianUtils.readUIntBE
(InputStream stream) Get a BE unsigned int value from an InputStreamstatic long
EndianUtils.readUIntLE
(InputStream stream) Get a LE unsigned int value from an InputStreamstatic int
EndianUtils.readUShortBE
(InputStream stream) static int
EndianUtils.readUShortLE
(InputStream stream)