Searched defs:writeShort (Results 1 – 2 of 2) sorted by relevance
37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
264 private static void writeShort(OutputStream out, short val) throws IOException { in writeShort() method in WaveHeader