Package | Description |
---|---|
jfilesyslib |
This package contains the FileSystem and the FullFileSystem interface.
|
jfilesyslib.filesystems |
This package contains some demo file systems, which may be used by you.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FileSystem.write(FileHandle handle,
java.nio.ByteBuffer buffer,
long offset)
(Over-)writes the buffer into the specified file handle.
|
Modifier and Type | Method and Description |
---|---|
void |
MergeDirectlyFs.write(FileHandle handle,
java.nio.ByteBuffer buffer,
long offset) |
void |
LoggingFs.write(FileHandle fh,
java.nio.ByteBuffer buffer,
long offset) |
void |
ExtendedSupportFs.write(FileHandle handle,
java.nio.ByteBuffer buffer,
long offset) |
void |
CachingFs.write(FileHandle fh,
java.nio.ByteBuffer buffer,
long offset) |