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

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DWaveFileReader.java115 wav_type = rlshort(dis); nread += 2;
128 channels = rlshort(dis); nread += 2;
140 blockAlign = rlshort(dis); nread += 2;
143 sampleSizeInBits = (int)rlshort(dis); nread += 2;
H A DSunFileWriter.java112 * rlshort
117 final short rlshort(DataInputStream dis) throws IOException { method in class:SunFileWriter
H A DSunFileReader.java206 * rlshort
211 final short rlshort(DataInputStream dis) throws IOException { method in class:SunFileReader

Completed in 40 milliseconds