Method readFully(byte[] b)
Return type: void
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 raf.readFully(b);
2 readFully(in);
3 file.readFully (content);
4 hashFile.readFully(b);
5 rin.readFully(dataB);
6 rin.readFully(dataB);
7 fd.readFully(dir_buffer);
8 raf.readFully(buf);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.