Searched defs:writeBytes (Results 1 – 3 of 3) 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
142 public void writeBytes(byte[] data) throws IOException { in writeBytes() method in MdnsPacketWriter
391 int writeBytes = in writeToFos() local