public class LittleEndianInputStream extends InputStream
| Constructor and Description |
|---|
LittleEndianInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
String |
readAscii() |
int |
readInt() |
int |
readUnsignedShort() |
available, close, mark, markSupported, read, read, reset, skippublic LittleEndianInputStream(InputStream in)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int readInt()
throws IOException
IOExceptionpublic int readUnsignedShort()
throws IOException
IOExceptionpublic String readAscii() throws IOException
IOExceptionCopyright © 2021. All rights reserved.