Uses of Class
com.github.stephenc.javaisotools.iso9660.ISO9660File

Packages that use ISO9660File
com.github.stephenc.javaisotools.eltorito.impl   
com.github.stephenc.javaisotools.iso9660   
com.github.stephenc.javaisotools.iso9660.impl   
com.github.stephenc.javaisotools.iso9660.volumedescriptors   
com.github.stephenc.javaisotools.joliet.impl   
com.github.stephenc.javaisotools.rockridge.impl   
 

Uses of ISO9660File in com.github.stephenc.javaisotools.eltorito.impl
 

Methods in com.github.stephenc.javaisotools.eltorito.impl that return ISO9660File
 ISO9660File ElToritoConfig.getBootImage()
          Returns active Boot Image
 

Methods in com.github.stephenc.javaisotools.eltorito.impl with parameters of type ISO9660File
 FilenameDataReference ElToritoLayoutHelper.getFilenameDataReference(ISO9660File file)
           
 void ElToritoConfig.setBootImage(ISO9660File bootImage)
          Set Boot Image
 

Uses of ISO9660File in com.github.stephenc.javaisotools.iso9660
 

Methods in com.github.stephenc.javaisotools.iso9660 that return ISO9660File
 ISO9660File StandardConfig.getAbstractFile()
          Returns active Abstract file
 ISO9660File StandardConfig.getBibFile()
          Returns active Bibliographic file
 ISO9660File StandardConfig.getCopyrightFile()
          Returns active Copyright file
 

Methods in com.github.stephenc.javaisotools.iso9660 that return types with arguments of type ISO9660File
 List<ISO9660File> StandardConfig.getFiles()
          Returns active metadata files
Possibly including Publisher, Data Preparer and Application Identifier as well as Abstract, Bibliographic and Copyright File
 List<ISO9660File> ISO9660Directory.getFiles()
          Returns a Vector of the directory's files
 

Methods in com.github.stephenc.javaisotools.iso9660 with parameters of type ISO9660File
 void ISO9660Directory.addFile(ISO9660File file)
          Add file
abstract  void NamingConventions.apply(ISO9660File file)
           
 void NamingConventions.endRenaming(ISO9660File file)
           
abstract  FilenameDataReference LayoutHelper.getFilenameDataReference(ISO9660File file)
           
 void NamingConventions.incrementFilename(ISO9660File file)
           
 void NamingConventions.setFilename(ISO9660File file, String filename)
           
 void NamingConventions.setFilename(ISO9660File file, String filename, String extension)
           
 void NamingConventions.startRenaming(ISO9660File file)
           
 

Constructors in com.github.stephenc.javaisotools.iso9660 with parameters of type ISO9660File
FilenameDataReference(ISO9660File file)
           
ISO9660File(ISO9660File file)
           
 

Uses of ISO9660File in com.github.stephenc.javaisotools.iso9660.impl
 

Methods in com.github.stephenc.javaisotools.iso9660.impl that return ISO9660File
 ISO9660File FileElement.getFile()
           
 

Methods in com.github.stephenc.javaisotools.iso9660.impl with parameters of type ISO9660File
 void ISO9660NamingConventions.apply(ISO9660File file)
           
 void ISO9660Factory.doFileFixup(ISO9660File file)
           
 FilenameDataReference ISO9660LayoutHelper.getFilenameDataReference(ISO9660File file)
           
 

Constructors in com.github.stephenc.javaisotools.iso9660.impl with parameters of type ISO9660File
FileElement(ISO9660File file)
           
ISO9660DirectoryRecord(StreamHandler streamHandler, ISO9660File file, LayoutHelper helper)
          File
ISO9660FilenameDataReference(ISO9660File file)
           
 

Uses of ISO9660File in com.github.stephenc.javaisotools.iso9660.volumedescriptors
 

Methods in com.github.stephenc.javaisotools.iso9660.volumedescriptors with parameters of type ISO9660File
 void StandardVolumeDescriptor.setAbstractFile(ISO9660File abstractFile)
           
 void StandardVolumeDescriptor.setBibFile(ISO9660File bibFile)
           
 void StandardVolumeDescriptor.setCopyrightFile(ISO9660File copyrightFile)
           
 

Uses of ISO9660File in com.github.stephenc.javaisotools.joliet.impl
 

Methods in com.github.stephenc.javaisotools.joliet.impl with parameters of type ISO9660File
 void JolietNamingConventions.apply(ISO9660File file)
           
 FilenameDataReference JolietLayoutHelper.getFilenameDataReference(ISO9660File file)
           
 

Constructors in com.github.stephenc.javaisotools.joliet.impl with parameters of type ISO9660File
JolietFilenameDataReference(ISO9660File file)
           
 

Uses of ISO9660File in com.github.stephenc.javaisotools.rockridge.impl
 

Methods in com.github.stephenc.javaisotools.rockridge.impl that return ISO9660File
 ISO9660File RockRidgeLayoutHelper.matchFile(ISO9660File file)
           
 

Methods in com.github.stephenc.javaisotools.rockridge.impl with parameters of type ISO9660File
 void RockRidgeNamingConventions.apply(ISO9660File file)
           
 void RockRidgeNamingConventions.endRenaming(ISO9660File file)
           
 FilenameDataReference RockRidgeLayoutHelper.getFilenameDataReference(ISO9660File file)
           
 ISO9660File RockRidgeLayoutHelper.matchFile(ISO9660File file)
           
 

Constructors in com.github.stephenc.javaisotools.rockridge.impl with parameters of type ISO9660File
RockRidgeFilenameDataReference(ISO9660File file)
           
 



Copyright © 2013. All Rights Reserved.