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, setSystemIdIOExceptionprotected Reader _reader
public XMPSource(Reader rdr)
public Property makeProperty() throws IOException
IOExceptionprotected abstract void resetReader()
Copyright © 2008–2018 The Open Preservation Foundation. All rights reserved.