public class ByteArrayXMPSource extends XMPSource
Constructor and Description |
---|
ByteArrayXMPSource(java.io.ByteArrayInputStream instrm)
Constructor based on ByteArrayInputStream.
|
ByteArrayXMPSource(java.io.ByteArrayInputStream instrm,
java.lang.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
public ByteArrayXMPSource(java.io.ByteArrayInputStream instrm) throws java.io.IOException
instrm
- ByteArrayInputStream containing the XMPjava.io.IOException
public ByteArrayXMPSource(java.io.ByteArrayInputStream instrm, java.lang.String encoding) throws java.io.IOException
instrm
- ByteArrayInputStream containing the XMPjava.io.IOException
protected void resetReader()
XMPSource
resetReader
in class XMPSource