Interface BufferedXMLInputStream

    • Method Detail

      • mark

        void mark()
           throws XMLStreamException
        Deprecated.
        Sets the marks a point to return to in the stream, throws an exception if the stream does not support mark. This is only supported in BufferedStreams
        Throws:
        XMLStreamException
      • reset

        void reset()
            throws XMLStreamException
        Deprecated.
        Resets the stream to the previous mark. throws an exception if the stream does not support mark;
        Throws:
        XMLStreamException