|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sca4j.binding.file.runtime.FileUtils
public class FileUtils
File related utilities.
| Constructor Summary | |
|---|---|
FileUtils()
|
|
| Method Summary | |
|---|---|
static void |
closeQuietly(java.nio.channels.FileChannel fileChannel)
Close the file channel |
static void |
closeQuietly(java.nio.channels.FileLock fileLock)
Release and close the file lock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtils()
| Method Detail |
|---|
public static void closeQuietly(java.nio.channels.FileLock fileLock)
fileLock - FileLockpublic static void closeQuietly(java.nio.channels.FileChannel fileChannel)
fileChannel - FileChannel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||