(int v)
| 22 | void writeDouble(double v) throws IOException; |
| 23 | void writeFloat(float v) throws IOException; |
| 24 | void writeInt(int v) throws IOException; |
| 25 | void writeLong(long v) throws IOException; |
| 26 | void writeShort(int v) throws IOException; |
| 27 | void writeUTF(String s) throws IOException; |
no outgoing calls