Searched refs:rlshort (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveFileReader.java293 wav_type = rlshort(dis); nread += 2;
306 channels = rlshort(dis); nread += 2;
315 blockAlign = rlshort(dis); nread += 2;
318 sampleSizeInBits = (int)rlshort(dis); nread += 2;
H A DSunFileReader.java207 * rlshort
213 final short rlshort(DataInputStream dis) throws IOException { method in class:SunFileReader
H A DSunFileWriter.java135 * rlshort
141 final short rlshort(DataInputStream dis) throws IOException { method in class:SunFileWriter

Completed in 45 milliseconds