org.apache.poi.util
Interface LittleEndianInput
-
- All Known Implementing Classes:
- Biff8DecryptingStream, ChunkedCipherInputStream, ContinuableRecordInput, DocumentInputStream, LittleEndianByteArrayInputStream, LittleEndianInputStream, NDocumentInputStream, ODocumentInputStream, RecordInputStream
public interface LittleEndianInput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intavailable()bytereadByte()doublereadDouble()voidreadFully(byte[] buf)voidreadFully(byte[] buf, int off, int len)intreadInt()longreadLong()shortreadShort()intreadUByte()intreadUShort()
-
-
-
Method Detail
-
available
int available()
-
readByte
byte readByte()
-
readUByte
int readUByte()
-
readShort
short readShort()
-
readUShort
int readUShort()
-
readInt
int readInt()
-
readLong
long readLong()
-
readDouble
double readDouble()
-
readFully
void readFully(byte[] buf)
-
readFully
void readFully(byte[] buf, int off, int len)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG