Home
last modified time | relevance | path

Searched defs:writeByte (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/io/
DDataOutput.java90 public abstract void writeByte(int val) throws IOException; in writeByte() method
DDataOutputStream.java143 public final void writeByte(int val) throws IOException { in writeByte() method in DataOutputStream
DRandomAccessFile.java739 public final void writeByte(int val) throws IOException { in writeByte() method in RandomAccessFile
DObjectOutputStream.java685 public void writeByte(int value) throws IOException { in writeByte() method in ObjectOutputStream
/libcore/luni/src/main/java/java/sql/
DSQLOutput.java71 public void writeByte(byte theByte) throws SQLException; in writeByte() method