- All Known Subinterfaces:
FileHandleAccessor.FileHandleProperty
- All Known Implementing Classes:
ConcurrentAccessException,IllegalFileHandleException,NoDeleteAccessException,NoReadAccessException,NoWriteAccessException,UnknownFileException
public interface FileHandleAccessor
Provides an accessor for a file handle property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a mutator for a file handle property.static interfaceProvides a file handle property. -
Method Summary
-
Method Details
-
getFile
FileHandle getFile()Retrieves the file handle from the file property.- Returns:
- The file handle stored by the file handle property.
-