public abstract class PDFileSpecification extends Object implements COSObjectable
Constructor and Description |
---|
PDFileSpecification() |
Modifier and Type | Method and Description |
---|---|
static PDFileSpecification |
createFS(COSBase base)
A file specfication can either be a COSString or a COSDictionary.
|
abstract String |
getFile()
This will get the file name.
|
abstract void |
setFile(String file)
This will set the file name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCOSObject
public static PDFileSpecification createFS(COSBase base) throws IOException
base
- The cos object that describes the fs.IOException
- If there is an error creating the file spec.public abstract String getFile()
public abstract void setFile(String file)
file
- The name of the file.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.