public class ByteArrayXMPSource extends XMPSource
makeProperty
Constructor and Description |
---|
ByteArrayXMPSource(ByteArrayInputStream instrm)
Constructor based on ByteArrayInputStream.
|
ByteArrayXMPSource(ByteArrayInputStream instrm,
String encoding)
Constructor based on ByteArrayInputStream with encoding.
|
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
public ByteArrayXMPSource(ByteArrayInputStream instrm) throws IOException
instrm
- ByteArrayInputStream containing the XMPIOException
public ByteArrayXMPSource(ByteArrayInputStream instrm, String encoding) throws IOException
instrm
- ByteArrayInputStream containing the XMPIOException
protected void resetReader()
XMPSource
resetReader
in class XMPSource
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.