public interface FSCapabilityCloseType
The interface exposed by filesystem implementations that have the capability to be closed.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the given filesystem.
|
void close()
throws FilesystemError
Close the given filesystem. This:
Due to archives being closed, the state of any streams associated with files in the filesystem will become undefined.
FilesystemError - If a filesystem error occurs.Copyright © 2014 <code@io7m.com> http://io7m.com