Searched defs:readByte (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBufferIterator.java55 public abstract byte readByte(); method in class:BufferIterator
H A DNioBufferIterator.java74 public byte readByte() { method in class:NioBufferIterator
/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java290 byte readByte() throws IOException; method in interface:DataInput
H A DDataInputStream.java252 * See the general contract of the <code>readByte</code>
267 public final byte readByte() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java752 public final byte readByte() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java918 public byte readByte() throws IOException { method in class:ObjectInputStream
919 return bin.readByte();
1322 bin.readByte();
1440 if (bin.readByte() != TC_NULL) {
1452 if (bin.readByte() != TC_REFERENCE) {
1483 if (bin.readByte() != TC_CLASS) {
1543 if (bin.readByte() != TC_PROXYCLASSDESC) {
1594 if (bin.readByte() != TC_CLASSDESC) {
1638 byte tc = bin.readByte();
1662 if (bin.readByte() !
2782 public byte readByte() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
[all...]
/libcore/ojluni/src/main/java/java/sql/
H A DSQLInput.java99 byte readByte() throws SQLException; method in interface:SQLInput
/libcore/luni/src/test/java/libcore/libcore/util/
H A DZoneInfoTest.java609 public byte readByte() { method in class:ZoneInfoTest.ByteBufferIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DDataInputStreamTest.java90 * java.io.DataInputStream#readByte()
96 assertTrue("Incorrect byte read", dis.readByte() == (byte) 127);
471 public byte readByte() throws IOException { method in class:DataInputStreamTest.TestDataInputStream

Completed in 3148 milliseconds