Home
last modified time | relevance | path

Searched defs:readUnsignedByte (Results 1 – 5 of 5) 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.java709 public final int readUnsignedByte() throws IOException { in readUnsignedByte() method in RandomAccessFile
DObjectInputStream.java930 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in ObjectInputStream
2788 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in ObjectInputStream.BlockDataInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java510 public int readUnsignedByte() throws IOException { in readUnsignedByte() method in DataInputStreamTest.TestDataInputStream