Example usage for Java java.beans XMLDecoder fields, constructors, methods, implement or subclass
The text is from its open source code.
XMLDecoder(InputStream in) Creates a new input stream for reading archives created by the XMLEncoder class. | |
XMLDecoder(InputSource is) Creates a new decoder to parse XML archives created by the XMLEncoder class. | |
XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener) Creates a new input stream for reading archives created by the XMLEncoder class. |
void | close() This method closes the input stream associated with this stream. |
Object | readObject() Reads the next object from the underlying input stream. |
void | setExceptionListener(ExceptionListener exceptionListener) Sets the exception handler for this stream to exceptionListener . |