de.fhkoeln.zra.statix.export
Class StatProjectSaver

java.lang.Object
  |
  +--de.fhkoeln.zra.statix.export.StatProjectSaver

public class StatProjectSaver
extends Object

Author:
Thies Hauschild, hld@gmx.net(11.07.2003)

Field Summary
private  StatController control
           
private  FileOutputStream out
           
private  ByteArrayOutputStream outIntoByteArray
           
private  Properties props
           
private  ZipOutputStream zip
           
 
Constructor Summary
StatProjectSaver(StatController control, File file)
          Constructor for StatProjectSaver.
 
Method Summary
 void storeData()
           
 void storeElements()
           
 void storeInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

control

private StatController control

props

private Properties props

out

private FileOutputStream out

outIntoByteArray

private ByteArrayOutputStream outIntoByteArray

zip

private ZipOutputStream zip
Constructor Detail

StatProjectSaver

public StatProjectSaver(StatController control,
                        File file)
Constructor for StatProjectSaver.

Method Detail

storeInfo

public void storeInfo()

storeElements

public void storeElements()

storeData

public void storeData()
               throws IOException
IOException