Searched refs:readUnsignedShort (Results 1 – 11 of 11) 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()
1016 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream1017 return bin.readUnsignedShort(); in readUnsignedShort()2956 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream2961 return din.readUnsignedShort(); in readUnsignedShort()3017 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()