public final class PdfXMPSource extends XMPSource
makeProperty
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()
Causes reading to begin from the start again.
|
makeProperty
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
protected String _encoding
public PdfXMPSource(PdfStream stream, RandomAccessFile raf) throws UnsupportedEncodingException
stream
- PDFStream containing the XMPraf
- The RandomAccessFile object underlying the PDFUnsupportedEncodingException
public PdfXMPSource(PdfStream stream, RandomAccessFile raf, String encoding) throws UnsupportedEncodingException
stream
- PDFStream containing the XMPraf
- The RandomAccessFile object underlying the PDFencoding
- The character encoding to useUnsupportedEncodingException
protected void resetReader()
XMPSource
resetReader
in class XMPSource
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.