| Package | Description |
|---|---|
| io.takari.filemanager | |
| io.takari.filemanager.internal |
| Modifier and Type | Method and Description |
|---|---|
Lock |
FileManager.readLock(File target)
Obtain a lock object that may be used to lock the target file for reading.
|
Lock |
FileManager.writeLock(File target)
Obtain a lock object that may be used to lock the target file for writing.
|
| Modifier and Type | Method and Description |
|---|---|
Lock |
DefaultFileManager.readLock(File target) |
Lock |
DefaultFileManager.writeLock(File target) |
Copyright © 2013–2016. All rights reserved.