| | |
| | void | flushBefore(long pos) Throws: IndexOutOfBoundsException Throws: IOException |
|
| | void | write(byte[] b) Throws: NullPointerException Throws: IOException |
|
| | void | write(byte[] b, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | write(int b) Throws: IOException |
|
| | void | writeBit(int bit) Throws: IOException |
|
| | void | writeBits(long bits, int numBits) Throws: IllegalArgumentException Throws: IOException |
|
| | void | writeBoolean(boolean v) Throws: IOException |
|
| | void | writeByte(int v) Throws: IOException |
|
| | void | writeBytes(String s) Throws: NullPointerException Throws: IOException |
|
| | void | writeChar(int v) Throws: IOException |
|
| | void | writeChars(char[] c, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | writeChars(String s) Throws: NullPointerException Throws: IOException |
|
| | void | writeDouble(double v) Throws: IOException |
|
| | void | writeDoubles(double[] d, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | writeFloat(float v) Throws: IOException |
|
| | void | writeFloats(float[] f, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | writeInt(int v) Throws: IOException |
|
| | void | writeInts(int[] i, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | writeLong(long v) Throws: IOException |
|
| | void | writeLongs(long[] l, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | writeShort(int v) Throws: IOException |
|
| | void | writeShorts(short[] s, int off, int len) Throws: IndexOutOfBoundsException Throws: NullPointerException Throws: IOException |
|
| | void | writeUTF(String s) Throws: NullPointerException Throws: UTFDataFormatException Throws: IOException |
|