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

/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.java1076 public final void writeByte(int v) throws IOException { method in class:RandomAccessFile
H A DObjectOutputStream.java523 bout.writeByte(TC_RESET);
786 public void writeByte(int val) throws IOException { method in class:ObjectOutputStream
787 bout.writeByte(val);
1253 bout.writeByte(TC_NULL);
1260 bout.writeByte(TC_REFERENCE);
1268 bout.writeByte(TC_CLASS);
1303 bout.writeByte(TC_PROXYCLASSDESC);
1319 bout.writeByte(TC_ENDBLOCKDATA);
1331 bout.writeByte(TC_CLASSDESC);
1348 bout.writeByte(TC_ENDBLOCKDAT
2013 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/ojluni/src/main/java/java/util/zip/
H A DZipOutputStream.java458 writeByte(flagEXTT);
581 writeByte(flagEXTT);
585 writeByte(flagEXTT);
705 private void writeByte(int v) throws IOException { method in class:ZipOutputStream

Completed in 354 milliseconds