Searched refs:readUnsignedByte (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DDataInput.java203 public abstract int readUnsignedByte() throws IOException; method in interface:DataInput
H A DDataInputStream.java156 public final int readUnsignedByte() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java530 public final int readUnsignedByte() throws IOException { method in class:RandomAccessFile
734 * @see #readUnsignedByte()
H A DObjectInputStream.java2081 public int readUnsignedByte() throws IOException { method in class:ObjectInputStream
2082 return primitiveTypes.readUnsignedByte();
/libcore/luni/src/test/java/libcore/java/io/
H A DOldDataInputStreamTest.java289 129, dis.readUnsignedByte());
292 dis.readUnsignedByte();
300 dis.readUnsignedByte();
H A DOldRandomAccessFileTest.java860 * java.io.RandomAccessFile#readUnsignedByte()
868 255, raf.readUnsignedByte());
871 raf.readUnsignedByte();
879 raf.readUnsignedByte();
/libcore/luni/src/test/java/tests/api/java/io/
H A DObjectInputStreamTest.java470 255, ois.readUnsignedByte());
473 ois.readUnsignedByte();
481 ois.readUnsignedByte();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java571 * java.io.ObjectInputStream#readUnsignedByte()
578 .readUnsignedByte());

Completed in 3613 milliseconds