Home
last modified time | relevance | path

Searched refs:readUnsignedByte (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java310 int readUnsignedByte() throws IOException; in readUnsignedByte() method
DDataInputStream.java290 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStream
DRandomAccessFile.java774 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in RandomAccessFile
DObjectInputStream.java983 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in ObjectInputStream
984 return bin.readUnsignedByte(); in readUnsignedByte()
2924 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in ObjectInputStream.BlockDataInputStream
/libcore/luni/src/test/java/libcore/java/io/
DOldDataInputStreamTest.java289 129, dis.readUnsignedByte()); in test_readUnsignedByte()
292 dis.readUnsignedByte(); in test_readUnsignedByte()
300 dis.readUnsignedByte(); in test_readUnsignedByte()
DOldRandomAccessFileTest.java868 255, raf.readUnsignedByte()); in test_readUnsignedByte()
871 raf.readUnsignedByte(); in test_readUnsignedByte()
879 raf.readUnsignedByte(); in test_readUnsignedByte()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java441 assertEquals("Incorrect byte read", 129, dis.readUnsignedByte()); in test_readUnsignedByte()
510 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStreamTest.TestDataInputStream
DRandomAccessFileTest.java416 assertEquals("Incorrect byte read/written", 255, raf.readUnsignedByte()); in test_readUnsignedByte()
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java128 public final int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in RandomAccessFile
DObjectInputStream.java123 public int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in ObjectInputStream
428 public int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java137 … assertEquals(dis.readUnsignedByte(), expectedBytes.length, "blockdata length incorrect"); in assertSerializedBySer()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java488 255, ois.readUnsignedByte()); in test_readUnsignedByte()
491 ois.readUnsignedByte(); in test_readUnsignedByte()
499 ois.readUnsignedByte(); in test_readUnsignedByte()
/libcore/api/
Dcurrent.txt1397 method public int readUnsignedByte() throws java.io.IOException;
1419 method public final int readUnsignedByte() throws java.io.IOException;
1728 method public int readUnsignedByte() throws java.io.IOException;
2067 method public final int readUnsignedByte() throws java.io.IOException;