Class SimpleContentHandler

  • All Implemented Interfaces:
    ContentHandler

    public abstract class SimpleContentHandler
    extends AbstractContentHandler
    Abstract implementation of ContentHandler that automates common tasks. Currently performs header parsing. Older versions of this class performed decoding of content streams. This can be now easily achieved by calling setContentDecoding(true) on the MimeStreamParser.