Biff8DecryptingStream, ChunkedCipherInputStream, ContinuableRecordInput, DocumentInputStream, LittleEndianByteArrayInputStream, LittleEndianInputStream, NDocumentInputStream, ODocumentInputStream, RecordInputStreampublic interface LittleEndianInput
| Modifier and Type | Method | Description |
|---|---|---|
int |
available() |
|
byte |
readByte() |
|
double |
readDouble() |
|
void |
readFully(byte[] buf) |
|
void |
readFully(byte[] buf,
int off,
int len) |
|
int |
readInt() |
|
long |
readLong() |
|
short |
readShort() |
|
int |
readUByte() |
|
int |
readUShort() |
int available()
byte readByte()
int readUByte()
short readShort()
int readUShort()
int readInt()
long readLong()
double readDouble()
void readFully(byte[] buf)
void readFully(byte[] buf,
int off,
int len)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.