public interface XDBStream
Modifier and Type | Method and Description |
---|---|
void |
writeXMLNative(long xobCstate, java.lang.String encoding, short indent)
Write the XOB to the underlying stream
|
void writeXMLNative(long xobCstate, java.lang.String encoding, short indent) throws java.io.IOException
xobCstate
- Pointer to the C qmxob struct.encoding
- The charset encodingindent
- The number of spaces to be used for indenting the contents.java.io.IOException