com.github.stephenc.javaisotools.sabre.util
Class SingleFileFixupList

java.lang.Object
  extended by com.github.stephenc.javaisotools.sabre.util.SingleFileFixupList

public class SingleFileFixupList
extends Object


Constructor Summary
SingleFileFixupList(RandomAccessFile fixedFile, File indexFile)
           
 
Method Summary
 void addLast(Fixup fixup)
           
 void delete()
           
 Fixup get(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleFileFixupList

public SingleFileFixupList(RandomAccessFile fixedFile,
                           File indexFile)
                    throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

addLast

public void addLast(Fixup fixup)

get

public Fixup get(int index)

delete

public void delete()
            throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.