Home
last modified time | relevance | path

Searched +defs:read +defs:buffer (Results 176 – 200 of 9043) sorted by relevance

12345678910>>...362

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/io/BufferedInputStream/
H A DCountUpdate.java73 public int read() { in read() method in BufferBreaker
77 public static final byte[] buffer = {(byte)'a', field in BufferBreaker
85 public int read(byte b[]) throws IOException { in read() method in BufferBreaker
89 public int read(byte b[], int off, int len) throws IOException { in read() method in BufferBreaker
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DAudioFloatInputStream.java53 private byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
59 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
77 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
131 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
174 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
238 byte[] buffer, int offset, int len) { in getInputStream()
256 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
258 public int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
262 public float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java53 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
59 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
77 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
131 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
174 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
238 byte[] buffer, int offset, int len) { in getInputStream()
256 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
258 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
262 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java54 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
60 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
81 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
141 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
187 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
257 byte[] buffer, int offset, int len) { in getInputStream()
275 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
277 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
281 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatInputStream.java53 private final byte[] buffer; field in AudioFloatInputStream.BytaArrayAudioFloatInputStream
59 byte[] buffer, int offset, int len) { in BytaArrayAudioFloatInputStream()
77 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.BytaArrayAudioFloatInputStream
131 private byte[] buffer; field in AudioFloatInputStream.DirectAudioFloatInputStream
174 public int read(float[] b, int off, int len) throws IOException { in read() method in AudioFloatInputStream.DirectAudioFloatInputStream
238 byte[] buffer, int offset, int len) { in getInputStream()
256 public abstract int read(float[] b, int off, int len) throws IOException; in read() method in AudioFloatInputStream
258 public final int read(float[] b) throws IOException { in read() method in AudioFloatInputStream
262 public final float read() throws IOException { in read() method in AudioFloatInputStream
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DPositionedReadable.java34 public int read(long position, byte[] buffer, int offset, int length) in read() method
42 public void readFully(long position, byte[] buffer, int offset, int length) in readFully()
50 public void readFully(long position, byte[] buffer) throws IOException; in readFully()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/
H A DPositionedReadable.java30 public int read(long position, byte[] buffer, int offset, int length) in read() method
38 public void readFully(long position, byte[] buffer, int offset, int length) in readFully()
46 public void readFully(long position, byte[] buffer) throws IOException; in readFully()
/dports/print/ghostscript8-x11/ghostscript-8.71/ijs/
H A Dunistd_.h33 # define read(handle, buffer, count) _read(handle, buffer, count) macro
34 # define write(handle, buffer, count) _write(handle, buffer, count) argument
/dports/print/ghostscript9-x11/ghostscript-9.06/ijs/
H A Dunistd_.h33 # define read(handle, buffer, count) _read(handle, buffer, count) macro
34 # define write(handle, buffer, count) _write(handle, buffer, count) argument
/dports/print/ghostscript9-base/ghostscript-9.06/ijs/
H A Dunistd_.h33 # define read(handle, buffer, count) _read(handle, buffer, count) macro
34 # define write(handle, buffer, count) _write(handle, buffer, count) argument

12345678910>>...362