Searched defs:readUnsignedByte (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java355 int readUnsignedByte() throws IOException; method in interface:DataInput
H A DDataInputStream.java272 * See the general contract of the <code>readUnsignedByte</code>
287 public final int readUnsignedByte() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java696 public final int readUnsignedByte() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java927 public int readUnsignedByte() throws IOException { method in class:ObjectInputStream
928 return bin.readUnsignedByte();
2777 public int readUnsignedByte() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DDataInputStreamTest.java434 * java.io.DataInputStream#readUnsignedByte()
440 assertEquals("Incorrect byte read", 129, dis.readUnsignedByte());
509 public int readUnsignedByte() throws IOException { method in class:DataInputStreamTest.TestDataInputStream

Completed in 75 milliseconds