com.github.stephenc.javaisotools.iso9660
Class StandardHandler

java.lang.Object
  extended by com.github.stephenc.javaisotools.sabre.impl.ChainingStreamHandler
      extended by com.github.stephenc.javaisotools.iso9660.StandardHandler
All Implemented Interfaces:
ContentHandler, StreamHandler, StructureHandler
Direct Known Subclasses:
ISO9660Handler, JolietHandler

public class StandardHandler
extends ChainingStreamHandler


Constructor Summary
StandardHandler(StreamHandler streamHandler, ISO9660Directory root, StandardConfig config)
           
 
Method Summary
 void checkMetadataFiles()
           
 
Methods inherited from class com.github.stephenc.javaisotools.sabre.impl.ChainingStreamHandler
data, endDocument, endElement, fixup, mark, startDocument, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardHandler

public StandardHandler(StreamHandler streamHandler,
                       ISO9660Directory root,
                       StandardConfig config)
Method Detail

checkMetadataFiles

public void checkMetadataFiles()
                        throws HandlerException
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.