jdk/src/share/classes/java/beans/XMLDecoder.java
changeset 5998 586c1b1dbb10
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5997:f5acc4c6abef 5998:586c1b1dbb10
    58  *
    58  *
    59  * @since 1.4
    59  * @since 1.4
    60  *
    60  *
    61  * @author Philip Milne
    61  * @author Philip Milne
    62  */
    62  */
    63 public class XMLDecoder {
    63 public class XMLDecoder implements AutoCloseable {
    64     private final DocumentHandler handler = new DocumentHandler();
    64     private final DocumentHandler handler = new DocumentHandler();
    65     private final InputSource input;
    65     private final InputSource input;
    66     private Object owner;
    66     private Object owner;
    67     private Object[] array;
    67     private Object[] array;
    68     private int index;
    68     private int index;