| | |
| | void | close() Throws: IOException |
|
| | void | flush() Throws: IOException |
|
| | void | flushBefore(long pos) Throws: IndexOutOfBoundsException Throws: IOException |
|
| | int | getBitOffset() Throws: IOException |
|
| | ByteOrder | getByteOrder() |
|
| | long | getFlushedPosition() |
|
| | long | getStreamPosition() Throws: IOException |
|
| | boolean | isCached() |
|
| | boolean | isCachedFile() |
|
| | boolean | isCachedMemory() |
|
| | long | length() Throws: IOException |
|
| | void | mark() |
|
| | int | read() Throws: IOException |
|
| | int | read(byte[] b) Throws: NullPointerException Throws: IOException |
|
| | int | read(byte[] b, int off, int len) Throws: NullPointerException Throws: IndexOutOfBoundsException Throws: IOException |
|
| | int | readBit() Throws: EOFException Throws: IOException |
|
| | long | readBits(int numBits) Throws: IllegalArgumentException Throws: EOFException Throws: IOException |
|
| | boolean | readBoolean() Throws: EOFException Throws: IOException |
|
| | byte | readByte() Throws: EOFException Throws: IOException |
|
| | void | readBytes(IIOByteBuffer buf, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | char | readChar() Throws: EOFException Throws: IOException |
|
| | double | readDouble() Throws: EOFException Throws: IOException |
|
| | float | readFloat() Throws: EOFException Throws: IOException |
|
| | void | readFully(byte[] b) Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(byte[] b, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(char[] c, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(double[] d, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(float[] f, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(int[] i, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(long[] l, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | void | readFully(short[] s, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: EOFException Throws: IOException |
|
| | int | readInt() Throws: EOFException Throws: IOException |
|
| | String | readLine() Throws: IOException |
|
| | long | readLong() Throws: EOFException Throws: IOException |
|
| | short | readShort() Throws: EOFException Throws: IOException |
|
| | String | readUTF() Throws: EOFException Throws: UTFDataFormatException Throws: IOException |
|
| | int | readUnsignedByte() Throws: EOFException Throws: IOException |
|
| | long | readUnsignedInt() Throws: EOFException Throws: IOException |
|
| | int | readUnsignedShort() Throws: EOFException Throws: IOException |
|
| | void | reset() Throws: IOException |
|
| | void | seek(long pos) Throws: IndexOutOfBoundsException Throws: IOException |
|
| | void | setBitOffset(int bitOffset) Throws: IllegalArgumentException Throws: IOException |
|
| | void | setByteOrder(ByteOrder byteOrder) |
|
| | int | skipBytes(int n) Throws: IOException |
|
| | long | skipBytes(long n) Throws: IOException |
|