| Package | Description |
|---|---|
| java.beans |
Contains classes related to developing
beans -- components based on the JavaBeans™ architecture.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionListener |
XMLDecoder.getExceptionListener()
Gets the exception handler for this stream.
|
ExceptionListener |
Encoder.getExceptionListener()
Gets the exception handler for this stream.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultHandler |
XMLDecoder.createHandler(Object
Creates a new handler for SAX parser that can be used to parse embedded XML archives created by the
XMLEncoder class.
|
void |
XMLDecoder.setExceptionListener(ExceptionListener
Sets the exception handler for this stream to
exceptionListener.
|
void |
Encoder.setExceptionListener(ExceptionListener
Sets the exception handler for this stream to
exceptionListener.
|
| Constructor and Description | |
|---|---|
XMLDecoder(InputStream
Creates a new input stream for reading archives created by the
XMLEncoder class.
|
|
XMLDecoder(InputStream
Creates a new input stream for reading archives created by the
XMLEncoder class.
|