public class SbdReader extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
SbdReader.Type |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
binaryReader() |
void |
close() |
Header |
getHeader() |
SbdReader.Type |
getType() |
static SbdReader |
newInstance(InputStream inputStream) |
static SbdReader |
newInstance(XMLStreamReader xmlStreamReader) |
InputStream |
textReader() |
XMLStreamReader |
xmlReader() |
public static SbdReader newInstance(InputStream inputStream) throws SbdhException
SbdhExceptionpublic static SbdReader newInstance(XMLStreamReader xmlStreamReader) throws SbdhException
SbdhExceptionpublic Header getHeader()
public SbdReader.Type getType()
public XMLStreamReader xmlReader()
public InputStream binaryReader() throws XMLStreamException
XMLStreamExceptionpublic InputStream textReader() throws XMLStreamException
XMLStreamExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2021 NorStella. All rights reserved.