org.xith3d.io
Interface Scribable
- All Known Implementing Classes:
- TerrainDataBank, TestScribable
public interface Scribable
Interface for reading and writing an extended java3d node into a
ScribeInputStream and ScribeOutputStream
:Id: Scribable.java,v 1.2 2003/02/24 00:13:44 wurp Exp $
:Log: Scribable.java,v $ Revision 1.2 2003/02/24 00:13:44 wurp Formatted all
java code for cvs (strictSunConvention.xml)
Revision 1.1 2001/07/14 14:48:10 wurp New animation, sky and avatar movement
load
void load(ScribeInputStream in)
throws InvalidFormat,
java.io.IOException
- Throws:
InvalidFormat
java.io.IOException
save
void save(ScribeOutputStream out)
throws UnscribableNodeEncountered,
java.io.IOException
- Throws:
UnscribableNodeEncountered
java.io.IOException