com.github.stephenc.javaisotools.iso9660.impl
Class ISO9660Handler

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

public class ISO9660Handler
extends StandardHandler


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

Constructor Detail

ISO9660Handler

public ISO9660Handler(StreamHandler streamHandler,
                      ISO9660RootDirectory root,
                      ISO9660Config config,
                      RockRidgeConfig rrConfig)
               throws HandlerException
Throws:
HandlerException
Method Detail

startElement

public void startElement(Element element)
                  throws HandlerException
Specified by:
startElement in interface StructureHandler
Overrides:
startElement in class ChainingStreamHandler
Throws:
HandlerException

endElement

public void endElement()
                throws HandlerException
Specified by:
endElement in interface StructureHandler
Overrides:
endElement in class ChainingStreamHandler
Throws:
HandlerException

endDocument

public void endDocument()
                 throws HandlerException
Specified by:
endDocument in interface StructureHandler
Overrides:
endDocument in class ChainingStreamHandler
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.