binaryFileStorage
Class BinaryHeaderAndFooter

java.lang.Object
  extended by binaryFileStorage.BinaryHeaderAndFooter

public class BinaryHeaderAndFooter
extends java.lang.Object


Field Summary
 BinaryFooter binaryFooter
           
 BinaryHeader binaryHeader
           
 BinaryObjectData moduleFooterData
           
 BinaryObjectData moduleHeaderData
           
 
Constructor Summary
BinaryHeaderAndFooter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

binaryHeader

public BinaryHeader binaryHeader

binaryFooter

public BinaryFooter binaryFooter

moduleHeaderData

public BinaryObjectData moduleHeaderData

moduleFooterData

public BinaryObjectData moduleFooterData
Constructor Detail

BinaryHeaderAndFooter

public BinaryHeaderAndFooter()