public final class EXIEncoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
decode(InputStream exiStream,
OutputStream xmlStream)
Takes the incoming exiStream and performs EXI-decoding on it into the xmlStream.
|
static void |
encode(InputStream xmlStream,
OutputStream exiStream)
Takes the incoming xmlStream and performs EXI-encoding on it into the exiStream.
|
public static void encode(InputStream xmlStream, OutputStream exiStream) throws org.openexi.proc.common.EXIOptionsException, org.openexi.sax.TransmogrifierException, IOException
xmlStream - Input of xml dataexiStream - Output of exi-encoded dataorg.openexi.proc.common.EXIOptionsExceptionorg.openexi.sax.TransmogrifierExceptionIOExceptionpublic static void decode(InputStream exiStream, OutputStream xmlStream)
exiStream - Input of exi-encoded dataxmlStream - Output of xml dataThis work is licensed under a Creative Commons Attribution 4.0 International License.