|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinXMLStream
This interface represents the binary XML Stream object. A Decoder or Encoder can be created from the binary XML stream. Otherise its mostly an opaque object.
| Method Summary | |
|---|---|
void |
close()Close internal data resources created by the stream. |
void |
closeAll()Close all data resources associate with this stream including external plug-in data resources. |
BinXMLDecoder |
getDecoder()Factory method to get the BinXMLDecoder object associated with this binary stream. |
BinXMLEncoder |
getEncoder()Factory method to get the BinXMLEncoder object associated with this binary stream. |
| Method Detail |
|---|
BinXMLEncoder getEncoder()
throws BinXMLException
BinXMLException - Raised for any errors encountered
BinXMLDecoder getDecoder()
throws BinXMLException
BinXMLException - Raised for any errors encounteredvoid close()
void closeAll()
throws java.io.IOException
java.io.IOException - Raised for any IO errors encountered
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||