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.
|
makePropertypublic ByteArrayXMPSource(java.io.ByteArrayInputStream instrm)
throws java.io.IOException
instrm - ByteArrayInputStream containing the XMPjava.io.IOExceptionpublic ByteArrayXMPSource(java.io.ByteArrayInputStream instrm,
java.lang.String encoding)
throws java.io.IOException
instrm - ByteArrayInputStream containing the XMPjava.io.IOExceptionprotected void resetReader()
XMPSourceresetReader in class XMPSource