public final class PdfXMPSource extends XMPSource
| Constructor and Description |
|---|
PdfXMPSource(PdfStream stream,
RandomAccessFile raf)
Constructor based on Stream object.
|
PdfXMPSource(PdfStream stream,
RandomAccessFile raf,
String encoding)
Constructor based on Stream object with
encoding specified.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
resetReader() |
protected String _encoding
public PdfXMPSource(PdfStream stream, RandomAccessFile raf) throws UnsupportedEncodingException
stream - PDFStream containing the XMPraf - The RandomAccessFile object underlying the PDFUnsupportedEncodingExceptionpublic PdfXMPSource(PdfStream stream, RandomAccessFile raf, String encoding) throws UnsupportedEncodingException
stream - PDFStream containing the XMPraf - The RandomAccessFile object underlying the PDFencoding - The character encoding to useUnsupportedEncodingExceptionCopyright © 2008–2017 The Open Preservation Foundation. All rights reserved.