Home
last modified time | relevance | path

Searched defs:readUnsignedByte (Results 1 – 7 of 7) 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
2924 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
/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