| Constructor and Description |
|---|
J3fInputStream(InputStream stream)
Creates new J3fInputStream
|
| Modifier and Type | Method and Description |
|---|---|
long |
getFilePointer() |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] p1) |
void |
readFully(byte[] p1,
int p2,
int p3) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
void |
seekForward(long position)
Move the file pointer to the specified position.
|
int |
skipBytes(int p1) |
public J3fInputStream(InputStream stream)
public void seekForward(long position)
throws IOException
IOExceptionpublic long getFilePointer()
public int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputIOExceptionpublic void readFully(byte[] p1)
throws IOException
readFully in interface DataInputIOExceptionpublic char readChar()
throws IOException
readChar in interface DataInputIOExceptionpublic int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputIOExceptionpublic int readInt()
throws IOException
readInt in interface DataInputIOExceptionpublic short readShort()
throws IOException
readShort in interface DataInputIOExceptionpublic float readFloat()
throws IOException
readFloat in interface DataInputIOExceptionpublic void readFully(byte[] p1,
int p2,
int p3)
throws IOException
readFully in interface DataInputIOExceptionpublic boolean readBoolean()
throws IOException
readBoolean in interface DataInputIOExceptionpublic int skipBytes(int p1)
throws IOException
skipBytes in interface DataInputIOExceptionpublic double readDouble()
throws IOException
readDouble in interface DataInputIOExceptionpublic long readLong()
throws IOException
readLong in interface DataInputIOExceptionpublic String readLine() throws IOException
readLine in interface DataInputIOExceptionpublic byte readByte()
throws IOException
readByte in interface DataInputIOExceptionpublic String readUTF() throws IOException
readUTF in interface DataInputIOExceptionCopyright © 2016–2022 SciJava. All rights reserved.