com.github.stephenc.javaisotools.rockridge.impl
Class SUSPFactory

java.lang.Object
  extended by com.github.stephenc.javaisotools.rockridge.impl.SUSPFactory
Direct Known Subclasses:
RRIPFactory

public class SUSPFactory
extends Object


Field Summary
static int CE_ENTRY_LENGTH
           
 
Constructor Summary
SUSPFactory(StreamHandler streamHandler)
           
 
Method Summary
 HashMap doCEEntry()
           
 void doEREntry(DataReference id, DataReference descriptor, DataReference source, int version)
           
 void doEREntry(DataReference id, DataReference source, int version)
           
 void doESEntry(int sequenceNumber)
           
 void doPDEntry(int paddingLength)
           
 void doSPEntry(int skipBytes)
           
 void doSTEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CE_ENTRY_LENGTH

public static final int CE_ENTRY_LENGTH
See Also:
Constant Field Values
Constructor Detail

SUSPFactory

public SUSPFactory(StreamHandler streamHandler)
Method Detail

doCEEntry

public HashMap doCEEntry()
                  throws HandlerException
Throws:
HandlerException

doPDEntry

public void doPDEntry(int paddingLength)
               throws HandlerException
Throws:
HandlerException

doSPEntry

public void doSPEntry(int skipBytes)
               throws HandlerException
Throws:
HandlerException

doSTEntry

public void doSTEntry()
               throws HandlerException
Throws:
HandlerException

doEREntry

public void doEREntry(DataReference id,
                      DataReference descriptor,
                      DataReference source,
                      int version)
               throws HandlerException
Throws:
HandlerException

doEREntry

public void doEREntry(DataReference id,
                      DataReference source,
                      int version)
               throws HandlerException
Throws:
HandlerException

doESEntry

public void doESEntry(int sequenceNumber)
               throws HandlerException
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.