Home
last modified time | relevance | path

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

/libcore/dex/src/main/java/com/android/dex/util/
DByteInput.java29 byte readByte(); in readByte() method
DByteArrayByteInput.java28 @Override public byte readByte() { in readByte() method in ByteArrayByteInput
/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java45 public abstract byte readByte(); in readByte() method in BufferIterator
DNioBufferIterator.java53 public byte readByte() { in readByte() method in NioBufferIterator
/libcore/ojluni/src/main/java/java/io/
DDataInput.java335 byte readByte() throws IOException; in readByte() method
DDataInputStream.java267 public final byte readByte() throws IOException { in readByte() method in DataInputStream
DRandomAccessFile.java676 public final byte readByte() throws IOException { in readByte() method in RandomAccessFile
DObjectInputStream.java916 public byte readByte() throws IOException { in readByte() method in ObjectInputStream
2769 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/dex/src/main/java/com/android/dex/
DEncodedValueReader.java134 public byte readByte() { in readByte() method in EncodedValueReader
DDex.java540 public byte readByte() { in readByte() method in Dex.Section
/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/luni/src/test/java/libcore/util/
DZoneInfoTest.java503 public byte readByte() { in readByte() method in ZoneInfoTest.ByteBufferIterator