public XMLDecoder (InputStream in, Object owner, ExceptionListener exceptionListener)

Creates a new input stream for reading archives created by the XMLEncoder class.

Parameters:
in    the underlying stream.
owner    the owner of this stream.
exceptionListener    the exception handler for the stream; if null the default exception listener will be used.