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

/frameworks/base/awt/javax/imageio/stream/
H A DImageInputStream.java120 byte readByte() throws IOException; method in interface:ImageInputStream
H A DImageInputStreamImpl.java121 public byte readByte() throws IOException { method in class:ImageInputStreamImpl
/frameworks/base/core/java/android/os/
H A DParcel.java62 * data types: {@link #writeByte}, {@link #readByte}, {@link #writeDouble},
1318 public final byte readByte() { method in class:Parcel
1819 return readByte();
2048 boolean value = this.readByte() == 1;

Completed in 40 milliseconds