Searched refs:readUnsignedShort (Results 1 – 10 of 10) sorted by relevance
354 int readUnsignedShort() throws IOException; in readUnsignedShort() method
338 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStream586 int utflen = in.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()