Searched defs:readByte (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/awt/javax/imageio/stream/ | ||
H A D | ImageInputStream.java | 120 byte readByte() throws IOException; method in interface:ImageInputStream |
H A D | ImageInputStreamImpl.java | 121 public byte readByte() throws IOException { method in class:ImageInputStreamImpl |
/frameworks/base/core/java/android/os/ | ||
H A D | Parcel.java | 62 * 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 33 milliseconds