Package | Description |
---|---|
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Method and Description |
---|---|
static int |
LittleEndian.readInt(java.io.InputStream stream)
get an int value from an InputStream
|
static long |
LittleEndian.readLong(java.io.InputStream stream)
get a long value from an InputStream
|
static short |
LittleEndian.readShort(java.io.InputStream stream)
get a short value from an InputStream
|
static long |
LittleEndian.readUInt(java.io.InputStream stream)
get an unsigned int value from an InputStream
|
static int |
LittleEndian.readUShort(java.io.InputStream stream) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.