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
IOException
public long getFilePointer()
public int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
IOException
public void readFully(byte[] p1) throws IOException
readFully
in interface DataInput
IOException
public char readChar() throws IOException
readChar
in interface DataInput
IOException
public int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
IOException
public int readInt() throws IOException
readInt
in interface DataInput
IOException
public short readShort() throws IOException
readShort
in interface DataInput
IOException
public float readFloat() throws IOException
readFloat
in interface DataInput
IOException
public void readFully(byte[] p1, int p2, int p3) throws IOException
readFully
in interface DataInput
IOException
public boolean readBoolean() throws IOException
readBoolean
in interface DataInput
IOException
public int skipBytes(int p1) throws IOException
skipBytes
in interface DataInput
IOException
public double readDouble() throws IOException
readDouble
in interface DataInput
IOException
public long readLong() throws IOException
readLong
in interface DataInput
IOException
public String readLine() throws IOException
readLine
in interface DataInput
IOException
public byte readByte() throws IOException
readByte
in interface DataInput
IOException
public String readUTF() throws IOException
readUTF
in interface DataInput
IOException
Copyright © 2016–2022 SciJava. All rights reserved.