public abstract class XMPSource extends InputSource
Type | Property and Description |
---|---|
Property |
make
Generates a property from the underlying data.
|
Modifier and Type | Field and Description |
---|---|
protected Reader |
_reader
The Reader on which the InputSource is based.
|
Constructor and Description |
---|
XMPSource(Reader rdr)
Constructor with Reader.
|
Modifier and Type | Method and Description |
---|---|
Property |
makeProperty()
Generates a property from the underlying data.
|
protected abstract void |
resetReader()
Causes reading to begin from the start again.
|
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
public Property makeProperty
IOException
protected Reader _reader
public XMPSource(Reader rdr)
public Property makeProperty() throws IOException
IOException
protected abstract void resetReader()
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.