Searched refs:readUnsignedShort (Results 1 – 12 of 12) sorted by relevance
368 int readUnsignedShort() throws IOException; in readUnsignedShort() method
343 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStream591 int utflen = in.readUnsignedShort(); in readUTF()
1019 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream1020 return bin.readUnsignedShort(); in readUnsignedShort()3178 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream3183 return din.readUnsignedShort(); in readUnsignedShort()3239 return readUTFBody(readUnsignedShort()); in readUTF()
829 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in RandomAccessFile
312 (Short.MAX_VALUE + 1), dis.readUnsignedShort()); in test_readUnsignedShort()315 dis.readUnsignedShort(); in test_readUnsignedShort()323 dis.readUnsignedShort(); in test_readUnsignedShort()
895 65535, raf.readUnsignedShort()); in test_readUnsignedShort()898 raf.readUnsignedShort(); in test_readUnsignedShort()906 raf.readUnsignedShort(); in test_readUnsignedShort()
451 assertEquals("Incorrect short read", 9875, dis.readUnsignedShort()); in test_readUnsignedShort()514 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStreamTest.TestDataInputStream612 dis.readUnsignedShort(); in test_readUnsignedShortUsesMultiByteRead()
429 .readUnsignedShort()); in test_readUnsignedShort()
136 public final int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in RandomAccessFile
135 public int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in ObjectInputStream440 public int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream
513 65535, ois.readUnsignedShort()); in test_readUnsignedShort()516 ois.readUnsignedShort(); in test_readUnsignedShort()524 ois.readUnsignedShort(); in test_readUnsignedShort()
1443 method public int readUnsignedShort() throws java.io.IOException;1465 method public final int readUnsignedShort() throws java.io.IOException;1786 method public int readUnsignedShort() throws java.io.IOException;2133 method public final int readUnsignedShort() throws java.io.IOException;