public interface EXIStreamDecoder
Note: In case of multiple EXI documents with EXI Compression mode in one stream or subsequent data in the stream/file one needs to provide the input stream as PushbackInputStream with the size of at least DecodingOptions.PUSHBACK_BUFFER_SIZE. The reason for doing so is that the Java inflater sometimes reads beyond the EXI channel/block and PushbackInputStream allows us to push back this data so that it is not lost.
| Modifier and Type | Method and Description |
|---|---|
EXIBodyDecoder |
decodeHeader(InputStream is) |
EXIBodyDecoder |
getBodyOnlyDecoder(InputStream is) |
EXIBodyDecoder getBodyOnlyDecoder(InputStream is) throws EXIException, IOException
EXIExceptionIOExceptionEXIBodyDecoder decodeHeader(InputStream is) throws EXIException, IOException
EXIExceptionIOExceptionCopyright © 2018 Siemens AG. All rights reserved.