/libcore/ojluni/src/main/java/java/io/ |
D | DataInput.java | 310 int readUnsignedByte() throws IOException; in readUnsignedByte() method
|
D | DataInputStream.java | 290 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStream
|
D | RandomAccessFile.java | 774 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in RandomAccessFile
|
D | ObjectInputStream.java | 983 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/ |
D | OldDataInputStreamTest.java | 289 129, dis.readUnsignedByte()); in test_readUnsignedByte() 292 dis.readUnsignedByte(); in test_readUnsignedByte() 300 dis.readUnsignedByte(); in test_readUnsignedByte()
|
D | OldRandomAccessFileTest.java | 868 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/ |
D | DataInputStreamTest.java | 441 assertEquals("Incorrect byte read", 129, dis.readUnsignedByte()); in test_readUnsignedByte() 510 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStreamTest.TestDataInputStream
|
D | RandomAccessFileTest.java | 416 assertEquals("Incorrect byte read/written", 255, raf.readUnsignedByte()); in test_readUnsignedByte()
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | RandomAccessFile.java | 128 public final int readUnsignedByte() throws java.io.IOException { in readUnsignedByte() method in RandomAccessFile
|
D | ObjectInputStream.java | 123 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/ |
D | AbstractTCKTest.java | 137 … assertEquals(dis.readUnsignedByte(), expectedBytes.length, "blockdata length incorrect"); in assertSerializedBySer()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 488 255, ois.readUnsignedByte()); in test_readUnsignedByte() 491 ois.readUnsignedByte(); in test_readUnsignedByte() 499 ois.readUnsignedByte(); in test_readUnsignedByte()
|
/libcore/api/ |
D | current.txt | 1397 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;
|