com.cosylab.vdct.graphics.objects
Interface SaveInterface

All Known Implementing Classes:
Group, Template

public interface SaveInterface

Insert the type's description here. Creation date: (22.4.2001 21:45:53)

Author:
Matej Sekroanja

Method Summary
 void writeObjects(java.io.DataOutputStream file, NamingContext renamer, boolean export)
          Insert the method's description here.
 void writeVDCTObjects(java.io.DataOutputStream file, NamingContext renamer, boolean export)
          Insert the method's description here.
 

Method Detail

writeObjects

void writeObjects(java.io.DataOutputStream file,
                  NamingContext renamer,
                  boolean export)
                  throws java.io.IOException
Insert the method's description here. Creation date: (22.4.2001 21:46:41)

Parameters:
file - java.io.DataOutputStream
namer - NameManipulator
Throws:
java.io.IOException - The exception description.

writeVDCTObjects

void writeVDCTObjects(java.io.DataOutputStream file,
                      NamingContext renamer,
                      boolean export)
                      throws java.io.IOException
Insert the method's description here. Creation date: (22.4.2001 21:47:00)

Parameters:
file - java.io.DataOutputStream
namer - NameManipulator
Throws:
java.io.IOException - The exception description.