Searched defs:writeByte (Results 1 - 7 of 7) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/util/
H A DByteOutput.java29 void writeByte(int i); method in interface:ByteOutput
/libcore/ojluni/src/main/java/java/io/
H A DDataOutput.java120 * are ignored. (This means that <code>writeByte</code>
131 void writeByte(int v) throws IOException; method in interface:DataOutput
272 * of the <code>writeByte</code> method . The
H A DDataOutputStream.java152 public final void writeByte(int v) throws IOException { method in class:DataOutputStream
H A DRandomAccessFile.java1000 public final void writeByte(int v) throws IOException { method in class:RandomAccessFile
H A DObjectOutputStream.java513 bout.writeByte(TC_RESET);
776 public void writeByte(int val) throws IOException { method in class:ObjectOutputStream
777 bout.writeByte(val);
1237 bout.writeByte(TC_NULL);
1244 bout.writeByte(TC_REFERENCE);
1252 bout.writeByte(TC_CLASS);
1287 bout.writeByte(TC_PROXYCLASSDESC);
1303 bout.writeByte(TC_ENDBLOCKDATA);
1315 bout.writeByte(TC_CLASSDESC);
1332 bout.writeByte(TC_ENDBLOCKDAT
1984 public void writeByte(int v) throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
[all...]
/libcore/ojluni/src/main/java/java/sql/
H A DSQLOutput.java93 void writeByte(byte x) throws SQLException; method in interface:SQLOutput
/libcore/dex/src/main/java/com/android/dex/
H A DDex.java813 public void writeByte(int b) { method in class:Dex.Section
860 writeByte(0);

Completed in 108 milliseconds