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
DHeapBufferIterator.java55 public byte readByte() { in readByte() method in HeapBufferIterator
/libcore/luni/src/main/java/java/io/
DDataInput.java71 public abstract byte readByte() throws IOException; in readByte() method
DDataInputStream.java74 public final byte readByte() throws IOException { in readByte() method in DataInputStream
DRandomAccessFile.java324 public final byte readByte() throws IOException { in readByte() method in RandomAccessFile
DObjectInputStream.java598 public byte readByte() throws IOException { in readByte() method in ObjectInputStream
/libcore/luni/src/main/java/java/sql/
DSQLInput.java77 public 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.java470 public byte readByte() throws IOException { in readByte() method in DataInputStreamTest.TestDataInputStream