Searched defs:writeShort (Results 1 – 3 of 3) sorted by relevance
264 private static void writeShort(OutputStream out, short val) throws IOException { in writeShort() method in WaveHeader
99 void writeShort(int v) throws IOException; in writeShort() method
63 public void writeShort(int v) throws IOException { in writeShort() method in ImageOutputStreamImpl