Uses of Class
com.github.stephenc.javaisotools.sabre.HandlerException

Packages that use HandlerException
com.github.stephenc.javaisotools.sabre   
com.github.stephenc.javaisotools.sabre.impl   
com.github.stephenc.javaisotools.udflib   
com.github.stephenc.javaisotools.udflib.handler   
 

Uses of HandlerException in com.github.stephenc.javaisotools.sabre
 

Methods in com.github.stephenc.javaisotools.sabre that throw HandlerException
 void Fixup.close()
           
 void ContentHandler.data(DataReference reference)
           
 void StructureHandler.endDocument()
           
 void StructureHandler.endElement()
           
 Fixup ContentHandler.fixup(DataReference reference)
           
 long ContentHandler.mark()
           
 void StructureHandler.startDocument()
           
 void StructureHandler.startElement(Element element)
           
 

Uses of HandlerException in com.github.stephenc.javaisotools.sabre.impl
 

Methods in com.github.stephenc.javaisotools.sabre.impl that throw HandlerException
 void FileFixup.addFixupListener(FixupListener listener)
           
 void FileFixup.close()
           
 void XMLAtomHandler.data(DataReference reference)
           
 void SerializingAtomHandler.data(DataReference reference)
           
 void FileFixup.data(DataReference reference)
           
 void DebugStreamHandler.data(DataReference reference)
           
 void CopyingStreamHandler.data(DataReference reference)
           
 void ChainingStreamHandler.data(DataReference reference)
           
 void XMLAtomHandler.endDocument()
           
 void SerializingAtomHandler.endDocument()
           
 void DebugStreamHandler.endDocument()
           
 void CopyingStreamHandler.endDocument()
           
 void ChainingStreamHandler.endDocument()
           
 void XMLAtomHandler.endElement()
           
 void SerializingAtomHandler.endElement()
           
 void DebugStreamHandler.endElement()
           
 void CopyingStreamHandler.endElement()
           
 void ChainingStreamHandler.endElement()
           
 Fixup XMLAtomHandler.fixup(DataReference reference)
           
 Fixup SerializingAtomHandler.fixup(DataReference reference)
           
 Fixup FileFixup.fixup(DataReference reference)
           
 Fixup DebugStreamHandler.fixup(DataReference reference)
           
 Fixup CopyingStreamHandler.fixup(DataReference reference)
           
 Fixup ChainingStreamHandler.fixup(DataReference reference)
           
 long XMLAtomHandler.mark()
           
 long SerializingAtomHandler.mark()
           
 long FileFixup.mark()
           
 long ChainingStreamHandler.mark()
           
 void FileFixup.removeFixupListener(FixupListener listener)
           
 void XMLAtomHandler.startDocument()
           
 void SerializingAtomHandler.startDocument()
           
 void DebugStreamHandler.startDocument()
           
 void CopyingStreamHandler.startDocument()
           
 void ChainingStreamHandler.startDocument()
           
 void XMLAtomHandler.startElement(Element element)
           
 void SerializingAtomHandler.startElement(Element element)
           
 void DebugStreamHandler.startElement(Element element)
           
 void CopyingStreamHandler.startElement(Element element)
           
 void ChainingStreamHandler.startElement(Element element)
           
 

Uses of HandlerException in com.github.stephenc.javaisotools.udflib
 

Methods in com.github.stephenc.javaisotools.udflib that throw HandlerException
 void SabreUDFElementFactory.doAVDP(long selfBlock, long MVDSBlock, long RVDSBlock)
           
 void SabreUDFElementFactory.doEmptyArea(int lengthInBytes)
           
 void SabreUDFElementFactory.doFE(UDFImageBuilderFile myUDFImageBuilderFile, UDFLayoutInformation myUDFLayoutInformation, String applicationIdentifier, byte[] applicationIdentifierSuffix)
           
 void SabreUDFElementFactory.doFSD(long selfBlock, long recordingTimeMillis, long rootDirectoryLocation, int partitionToStoreMetadataOn, String imageIdentifier)
           
 void SabreUDFElementFactory.doIUVD(long selfBlock, long volumeDescriptorSequenceNumber, String applicationIdentifier, byte[] applicationIdentifierSuffix, String imageIdentifier)
           
 void SabreUDFElementFactory.doLVD(long selfBlock, long volumeDescriptorSequenceNumber, long logicalVolumeIntegritySequenceStartingBlock, long logicalVolumeIntegritySequenceEndingBlock, int metadataAllocationUnitSize, int metadataAlignmentUnitSize, long mainMetadataFileLocation, long mirrorMetadataFileLocation, int fileSetDescriptorPartition, long fileSetDescriptorLocation, String applicationIdentifier, byte[] applicationIdentifierSuffix, String imageIdentifier)
           
 void SabreUDFElementFactory.doLVID(long selfBlock, long recordingTimeMillis, long numberOfFiles, long numberOfDirectories, String applicationIdentifier, byte[] applicationIdentifierSuffix, long[] sizeTable, long[] freespaceTable, long nextUniqueId)
           
 void SabreUDFElementFactory.doMetadataFile(long recordingTimeMillis, String applicationIdentifier, byte[] applicationIdentifierSuffix, UDFLayoutInformation myUDFLayoutInformation, long metadataFileLocation, byte fileType)
           
 void SabreUDFElementFactory.doPD(long selfBlock, long volumeDescriptorSequenceNumber, long partitionStartingBlock, long partitionEndingBlock, String applicationIdentifier, byte[] applicationIdentifierSuffix)
           
 void SabreUDFElementFactory.doPVD(long selfBlock, long volumeDescriptorSequenceNumber, long recordingTimeMillis, String imageIdentifier, String applicationIdentifier, byte[] applicationIdentifierSuffix)
           
 void SabreUDFElementFactory.doRawFileData(File sourceFile)
           
 void SabreUDFElementFactory.doTD(long selfBlock)
           
 void SabreUDFElementFactory.doUSD(long selfBlock, long volumeDescriptorSequenceNumber, long unallocatedSpaceStartBlock, long unallocatedSpaceEndBlock)
           
 void SabreUDFElementFactory.endAVDP()
           
 void SabreUDFElementFactory.endEmptyArea()
           
 void SabreUDFElementFactory.endFE()
           
 void SabreUDFElementFactory.endFSD()
           
 void SabreUDFElementFactory.endIUVD()
           
 void SabreUDFElementFactory.endLVD()
           
 void SabreUDFElementFactory.endLVID()
           
 void SabreUDFElementFactory.endMetadataFile()
           
 void SabreUDFElementFactory.endPD()
           
 void SabreUDFElementFactory.endPVD()
           
 void SabreUDFElementFactory.endRawFileData()
           
 void SabreUDFElementFactory.endReservedArea()
           
 void SabreUDFElementFactory.endTD()
           
 void SabreUDFElementFactory.endUDFImage()
           
 void SabreUDFElementFactory.endUSD()
           
 void SabreUDFElementFactory.endVRS()
           
 void SabreUDFElementFactory.startAVDP()
           
 void SabreUDFElementFactory.startEmptyArea()
           
 void SabreUDFElementFactory.startFE()
           
 void SabreUDFElementFactory.startFSD()
           
 void SabreUDFElementFactory.startIUVD()
           
 void SabreUDFElementFactory.startLVD()
           
 void SabreUDFElementFactory.startLVID()
           
 void SabreUDFElementFactory.startMetadataFile()
           
 void SabreUDFElementFactory.startPD()
           
 void SabreUDFElementFactory.startPVD()
           
 void SabreUDFElementFactory.startRawFileData()
           
 void SabreUDFElementFactory.startReservedArea()
           
 void SabreUDFElementFactory.startTD()
           
 void SabreUDFElementFactory.startUDFImage()
           
 void SabreUDFElementFactory.startUSD()
           
 void SabreUDFElementFactory.startVRS()
           
 void SabreUDFImageBuilder.writeImage(String outputFilename, UDFRevision myUDFRevision)
           
 

Uses of HandlerException in com.github.stephenc.javaisotools.udflib.handler
 

Methods in com.github.stephenc.javaisotools.udflib.handler that throw HandlerException
protected  void UDF102Handler.createAndPassAVDP()
           
protected  void UDF201Handler.createAndPassFE()
           
protected  void UDF102Handler.createAndPassFE()
           
protected  void UDF102Handler.createAndPassFSD()
           
protected  void UDF102Handler.createAndPassIUVD()
           
protected  void UDF102Handler.createAndPassLVD()
           
protected  void UDF102Handler.createAndPassLVID()
           
protected  void UDF260Handler.createAndPassMetadataFile()
           
protected  void UDF102Handler.createAndPassMetadataFile()
           
protected  void UDF201Handler.createAndPassPD()
           
protected  void UDF102Handler.createAndPassPD()
           
protected  void UDF102Handler.createAndPassPVD()
           
protected  void UDF102Handler.createAndPassTD()
           
protected  void UDF102Handler.createAndPassUSD()
           
protected  void UDF201Handler.createAndPassVRS()
           
protected  void UDF102Handler.createAndPassVRS()
           
 void UDF102Handler.data(DataReference myDataReference)
           
 void SerializationHandler.data(DataReference myDataReference)
           
 void PaddingHandler.data(DataReference myDataReference)
           
 void DescriptorTagHandler.data(DataReference myDataReference)
           
 void UDF102Handler.endDocument()
           
 void SerializationHandler.endDocument()
           
 void UDF102Handler.endElement()
           
 void SerializationHandler.endElement()
           
 void PaddingHandler.endElement()
           
 void DescriptorTagHandler.endElement()
           
 Fixup SerializationHandler.fixup(DataReference myDataReference)
           
 long SerializationHandler.mark()
           
 void UDF102Handler.startDocument()
           
 void SerializationHandler.startDocument()
           
 void UDF102Handler.startElement(Element myElement)
           
 void SerializationHandler.startElement(Element myElement)
           
 void DescriptorTagHandler.startElement(Element myElement)
           
 

Constructors in com.github.stephenc.javaisotools.udflib.handler that throw HandlerException
SerializationHandler(File outputFile)
           
 



Copyright © 2013. All Rights Reserved.