- All Superinterfaces:
Serializable
- All Known Subinterfaces:
FileReaderWriter
- All Known Implementing Classes:
FileSystemLoader
Interface for file writer operations.
- Author:
- Sven Haag
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isWritable
boolean isWritable()- Returns:
- true if an actual file is writable.
-
getFileName
- Returns:
- the filename in an appropriate presentation.
-
outputStream
- Returns:
- an
OutputStreamon the corresponding file. It implicitly checksisWritable()before accessing the file and will throw anIllegalStateExceptionin case it is not readable. - Throws:
IOException
-