Searched defs:writeBytes (Results 1 – 2 of 2) sorted by relevance
91 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in TypedOutputStream98 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes() method in TypedOutputStream
389 int writeBytes = in writeToFos() local