T - the generic type of the sourcepublic abstract class AbstractPdfSource<T> extends Object implements PdfSource<T>
| Constructor and Description |
|---|
AbstractPdfSource(String name)
Creates a source with the given name.
|
AbstractPdfSource(String name,
String password)
Creates a source with the given name and password.
|
public AbstractPdfSource(String name)
name - IllegalArgumentException - if the name is blankpublic AbstractPdfSource(String name, String password)
name - password - IllegalArgumentException - if the name is blankpublic String getPassword()
getPassword in interface PdfSource<T>public byte[] getPasswordBytes()
public String getName()
Copyright © 2015. All Rights Reserved.