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

java.lang.Object
  extended by com.github.stephenc.javaisotools.sabre.Element
      extended by com.github.stephenc.javaisotools.iso9660.impl.LogicalSectorElement
          extended by com.github.stephenc.javaisotools.iso9660.impl.FileElement

public class FileElement
extends LogicalSectorElement


Constructor Summary
FileElement(ISO9660File file)
           
 
Method Summary
 ISO9660File getFile()
           
 
Methods inherited from class com.github.stephenc.javaisotools.iso9660.impl.LogicalSectorElement
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileElement

public FileElement(ISO9660File file)
Method Detail

getFile

public ISO9660File getFile()


Copyright © 2013. All Rights Reserved.