Searched defs:writeByte (Results 1 – 3 of 3) sorted by relevance
89 void writeByte(int b) throws IOException; in writeByte() method
59 public void writeByte(int v) throws IOException { in writeByte() method in ImageOutputStreamImpl
437 public final void writeByte(byte val) { in writeByte() method in Parcel