Java java.beans XMLDecoder fields, constructors, methods, implement or subclass

Example usage for Java java.beans XMLDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans XMLDecoder.

The text is from its open source code.

Constructor

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.

Method

voidclose()
This method closes the input stream associated with this stream.
ObjectreadObject()
Reads the next object from the underlying input stream.
voidsetExceptionListener(ExceptionListener exceptionListener)
Sets the exception handler for this stream to exceptionListener .