| 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 |
FullFileSystem.lockFile(FileHandle handle,
long byteOffset,
long length) |
void |
FileSystem.lockFile(FileHandle handle,
long byteOffset,
long length)
Locks a file in the specified range for every write access except for the File Handle handle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeDirectlyFs.lockFile(FileHandle handle,
long byteOffset,
long length) |
void |
LoggingFs.lockFile(FileHandle handle,
long byteOffset,
long length) |
void |
ExtendedSupportFs.lockFile(FileHandle handle,
long byteOffset,
long length) |
void |
CachingFs.lockFile(FileHandle handle,
long byteOffset,
long length) |