|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndianUtils.BufferUnderrunException | |
---|---|
org.apache.tika.io | IO utilities. |
Uses of EndianUtils.BufferUnderrunException in org.apache.tika.io |
---|
Methods in org.apache.tika.io that throw EndianUtils.BufferUnderrunException | |
---|---|
static int |
EndianUtils.readIntBE(InputStream stream)
Get a BE int value from an InputStream |
static int |
EndianUtils.readIntLE(InputStream stream)
Get a LE int value from an InputStream |
static long |
EndianUtils.readLongBE(InputStream stream)
Get a NE long value from an InputStream |
static long |
EndianUtils.readLongLE(InputStream stream)
Get a LE long value from an InputStream |
static short |
EndianUtils.readShortBE(InputStream stream)
Get a BE short value from an InputStream |
static short |
EndianUtils.readShortLE(InputStream stream)
Get a LE short value from an InputStream |
static int |
EndianUtils.readUShortBE(InputStream stream)
|
static int |
EndianUtils.readUShortLE(InputStream stream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |