Searched refs:nRead (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/sun/osxapp/
H A DToBin.java33 int nRead;
36 while ((nRead = System.in.read(data, 0, data.length)) != -1) {
37 baos.write(data, 0, nRead);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java982 thisRead = nRead(id, b, off, len, softwareConversionSize);
1478 private static native int nRead(long id, byte[] b, int off, int len, int conversionSize); method in class:DirectAudioDevice

Completed in 41 milliseconds