Home
last modified time | relevance | path

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

/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.java95 public final byte readByte() throws IOException { in readByte() method in DataInputStream
DRandomAccessFile.java325 public final byte readByte() throws IOException { in readByte() method in RandomAccessFile
DObjectInputStream.java624 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