| Package | Description |
|---|---|
| org.plasma.sdo.xml |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamUnmarshaller.unmarshal(InputStream stream)
Reads the given input stream in its entirety, and closes the stream when
complete.
|
void |
StreamUnmarshaller.unmarshal(Reader reader)
Reads the given reader as a stream in its entirety, and closes the stream
when complete.
|
void |
StreamUnmarshaller.unmarshal(Source source)
Reads the given source as a stream in its entirety, and closes the stream
when complete.
|
Copyright © 2021. All rights reserved.