Modifier and Type | Field and Description |
---|---|
private RandomAccessFile |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public long | |
public int | |
public byte | |
public int | |
public long | |
public short | |
public void |
file | back to summary |
---|---|
private RandomAccessFile file |
RandomAccessFileDataSource | back to summary |
---|---|
public RandomAccessFileDataSource(RandomAccessFile file) |
close | back to summary |
---|---|
public void close() throws IOException Implements sun. |
getFilePointer | back to summary |
---|---|
public long getFilePointer() throws IOException Implements sun. |
read | back to summary |
---|---|
public int read(byte[] b) throws IOException Implements sun. |
readByte | back to summary |
---|---|
public byte readByte() throws IOException Implements sun. |
readInt | back to summary |
---|---|
public int readInt() throws IOException Implements sun. |
readLong | back to summary |
---|---|
public long readLong() throws IOException Implements sun. |
readShort | back to summary |
---|---|
public short readShort() throws IOException Implements sun. |
seek | back to summary |
---|---|
public void seek(long pos) throws IOException Implements sun. |