public final class FileIOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
readFully(FileChannel fileChannel,
long filePosition,
ByteBuffer buffer) |
static void |
writeFully(FileChannel fileChannel,
long filePosition,
ByteBuffer buffer) |
public static void readFully(FileChannel fileChannel, long filePosition, ByteBuffer buffer) throws IOException
IOExceptionpublic static void writeFully(FileChannel fileChannel, long filePosition, ByteBuffer buffer) throws IOException
IOExceptionCopyright © 2024. All rights reserved.