Method read(byte[] b)
Return type: int
Member of: java.io.RandomAccessFile
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 _maxBufferedByte = super.read(_buffer);
2 if (fd.read(data) != el.data_size)
3 if (fd.read(key) != el.key_size)
4 raf.read(buf);
5 file.read(n.indices[i].key);
6 mboxFile.read(bytes);
7 raf.read(buf);
8 read(propArray);
9 file.read(magic);
10 int read = inputStream.read(tagBytes);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.