public class PersistenceXMLReaderWriter extends Object
| Constructor and Description |
|---|
PersistenceXMLReaderWriter() |
| Modifier and Type | Method and Description |
|---|---|
Persistence |
read(InputStream is) |
Persistence |
read(URL pxmlURL) |
void |
write(Persistence persistence,
OutputStream os) |
void |
write(Persistence persistence,
Writer writer) |
public Persistence read(URL pxmlURL) throws IOException
IOExceptionpublic Persistence read(InputStream is) throws IOException
IOExceptionpublic void write(Persistence persistence, OutputStream os) throws IOException
IOExceptionpublic void write(Persistence persistence, Writer writer) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.