Searched refs:readUnsignedByte (Results 1 – 11 of 11) sorted by relevance
310 int readUnsignedByte() throws IOException; in readUnsignedByte() method
290 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStream
774 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in RandomAccessFile
289 129, dis.readUnsignedByte()); in test_readUnsignedByte()292 dis.readUnsignedByte(); in test_readUnsignedByte()300 dis.readUnsignedByte(); in test_readUnsignedByte()
868 255, raf.readUnsignedByte()); in test_readUnsignedByte()871 raf.readUnsignedByte(); in test_readUnsignedByte()879 raf.readUnsignedByte(); in test_readUnsignedByte()
441 assertEquals("Incorrect byte read", 129, dis.readUnsignedByte()); in test_readUnsignedByte()510 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStreamTest.TestDataInputStream
416 assertEquals("Incorrect byte read/written", 255, raf.readUnsignedByte()); in test_readUnsignedByte()
128 public final int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in RandomAccessFile
123 public int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in ObjectInputStream428 public int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in ObjectInputStream.BlockDataInputStream
137 … assertEquals(dis.readUnsignedByte(), expectedBytes.length, "blockdata length incorrect"); in assertSerializedBySer()
488 255, ois.readUnsignedByte()); in test_readUnsignedByte()491 ois.readUnsignedByte(); in test_readUnsignedByte()499 ois.readUnsignedByte(); in test_readUnsignedByte()