![]() |
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); |