public interface IDataReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getPosition() |
boolean |
hasMore() |
void |
jumpTo(int location) |
void |
read(byte[] b) |
byte[] |
readAll() |
int |
readByte() |
int |
readDoubleWord() |
long |
readLong() |
String |
readUnicode() |
String |
readUnicode(int size) |
String |
readUtf() |
String |
readUtf(int size) |
int |
readWord() |
void |
skipBytes(int numBytes) |
int readByte()
throws IOException
IOExceptionint readWord()
throws IOException
IOExceptionint readDoubleWord()
throws IOException
IOExceptionlong readLong()
throws IOException
IOExceptionint getPosition()
boolean hasMore()
throws IOException
IOExceptionvoid jumpTo(int location)
throws IOException
IOExceptionvoid skipBytes(int numBytes)
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid read(byte[] b) throws IOException
IOExceptionString readUtf(int size) throws IOException
IOExceptionString readUtf() throws IOException
IOExceptionString readUnicode() throws IOException
IOExceptionString readUnicode(int size) throws IOException
IOExceptionbyte[] readAll()
throws IOException
IOExceptionCopyright © 2018. All Rights Reserved.