Searched defs:readByte (Results 1 – 8 of 8) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ | ||
| D | BufferIterator.java | 45 public abstract byte readByte(); in readByte() method in BufferIterator |
| D | NioBufferIterator.java | 53 public byte readByte() { in readByte() method in NioBufferIterator |
| D | HeapBufferIterator.java | 55 public byte readByte() { in readByte() method in HeapBufferIterator |
| /libcore/luni/src/main/java/java/io/ | ||
| D | DataInput.java | 71 public abstract byte readByte() throws IOException; in readByte() method |
| D | DataInputStream.java | 95 public final byte readByte() throws IOException { in readByte() method in DataInputStream |
| D | RandomAccessFile.java | 325 public final byte readByte() throws IOException { in readByte() method in RandomAccessFile |
| D | ObjectInputStream.java | 624 public byte readByte() throws IOException { in readByte() method in ObjectInputStream |
| /libcore/luni/src/main/java/java/sql/ | ||
| D | SQLInput.java | 77 public byte readByte() throws SQLException; in readByte() method |