Creates a new byte array for buffering reads or writes.
()
| 59 | |
| 60 | /** Creates a new byte array for buffering reads or writes. */ |
| 61 | static byte[] createBuffer() { |
| 62 | return new byte[BUFFER_SIZE]; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * There are three methods to implement {@link FileChannel#transferTo(long, long, |
no outgoing calls
no test coverage detected