| Package | Description | 
|---|---|
| org.apache.tika.io | IO utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 int | EndianUtils. readIntME(InputStream stream)Get a PDP-11 style Middle Endian 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 long | EndianUtils. readUIntBE(InputStream stream)Get a BE unsigned int value from an InputStream | 
| static long | EndianUtils. readUIntLE(InputStream stream)Get a LE unsigned int value from an InputStream | 
| static int | EndianUtils. readUShortBE(InputStream stream) | 
| static int | EndianUtils. readUShortLE(InputStream stream) | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.