Sourcepublic class JAXMStreamSource extends StreamSource
FEATURE| Constructor | Description |
|---|---|
JAXMStreamSource(InputStream is) |
|
JAXMStreamSource(Reader rdr) |
| Modifier and Type | Method | Description |
|---|---|---|
InputStream |
getInputStream() |
|
Reader |
getReader() |
|
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPublicId, getSystemId, isEmpty, setInputStream, setPublicId, setReader, setSystemId, setSystemIdpublic JAXMStreamSource(InputStream is) throws IOException
IOExceptionpublic JAXMStreamSource(Reader rdr) throws IOException
IOExceptionpublic InputStream getInputStream()
getInputStream in class StreamSourcepublic Reader getReader()
getReader in class StreamSourcepublic void reset()
throws IOException
IOExceptionCopyright © 2018 Oracle. All rights reserved.