Home
last modified time | relevance | path

Searched defs:readByte (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java61 public abstract byte readByte(); in readByte() method in BufferIterator
DNioBufferIterator.java74 public byte readByte() { in readByte() method in NioBufferIterator
/libcore/ojluni/src/main/java/java/io/
DDataInput.java290 byte readByte() throws IOException; in readByte() method
DDataInputStream.java267 public final byte readByte() throws IOException { in readByte() method in DataInputStream
DRandomAccessFile.java754 public final byte readByte() throws IOException { in readByte() method in RandomAccessFile
DObjectInputStream.java972 public byte readByte() throws IOException { in readByte() method in ObjectInputStream
2916 public byte readByte() throws IOException { in readByte() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/main/java/java/sql/
DSQLInput.java99 byte readByte() throws SQLException; in readByte() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java471 public byte readByte() throws IOException { in readByte() method in DataInputStreamTest.TestDataInputStream
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java124 public final byte readByte() throws java.io.IOException { in readByte() method in RandomAccessFile
DObjectInputStream.java119 public byte readByte() throws java.io.IOException { in readByte() method in ObjectInputStream
424 public byte readByte() throws java.io.IOException { in readByte() method in ObjectInputStream.BlockDataInputStream
/libcore/luni/src/test/java/libcore/libcore/util/
DZoneInfoTest.java790 public byte readByte() { in readByte() method in ZoneInfoTest.ByteBufferIterator