Searched defs:read (Results 1 – 4 of 4) sorted by relevance
135 public int read(byte[] b) throws IOException { in read() method in GrpcAudioCaptureStream159 public int read(byte[] b, int off, int len) throws IOException { in read() method in GrpcAudioCaptureStream222 public int read() throws IOException { in read() method in GrpcAudioCaptureStream235 public int read(short[] samples, int offset, int len) throws IOException { in read() method in GrpcAudioCaptureStream261 int read = 0; in read() local
44 public abstract int read(short[] samples, int offset, int len) throws IOException; in read() method in AudioCaptureStream
203 int read; in run() local
572 public static ReadElf read(File file) throws IOException { in read() method in ReadElf