Searched defs:writeByte (Results 1 – 2 of 2) sorted by relevance
84 public void writeByte(int b) throws IOException { in writeByte() method in TypedOutputStream
111 public static void writeByte(@NonNull Parcel p, int id, byte val) { in writeByte() method in SafeParcelWriter