Module org.sejda.sambox
Interface PDFileSpecification
- All Superinterfaces:
COSObjectable
- All Known Implementing Classes:
PDComplexFileSpecification,PDSimpleFileSpecification
This represents a file specification.
- Author:
- Ben Litchfield
-
Method Summary
Methods inherited from interface org.sejda.sambox.cos.COSObjectable
getCOSObject
-
Method Details
-
createFS
A file specfication can either be a COSString or a COSDictionary. This will create the file specification either way.- Parameters:
base- The cos object that describes the fs.- Returns:
- The file specification for the COSBase object.
- Throws:
IOException- If there is an error creating the file spec.
-
getFile
String getFile()- Returns:
- The file name.
-
setFile
- Parameters:
file- The name of the file.
-