public XMLDecoder (InputStream in)

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

Parameters:
in    The underlying stream.

See also:
XMLEncoder.XMLEncoder(java.io.OutputStream)