|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hdcookbook.grin.io.binary.GrinBinaryWriter
public class GrinBinaryWriter
The main class to write out the Show object to a binary file format.
| Constructor Summary | |
|---|---|
GrinBinaryWriter(SEShow show,
boolean isDebugging)
Constructs GrinBinaryWriter. |
|
| Method Summary | |
|---|---|
void |
writeCommandClass(SEShow show,
boolean forXlet,
java.io.File file)
Writes out an auto-generated java class that includes information about Extension classes and ShowCommand subclasses. |
void |
writeShow(java.io.DataOutputStream out)
Writes out the show object for this GrinBinaryWriter, and close the DataOutputStream when done. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrinBinaryWriter(SEShow show,
boolean isDebugging)
show - The show object which this GrinBinaryWriter makes into a binary format.| Method Detail |
|---|
public void writeShow(java.io.DataOutputStream out)
throws java.io.IOException
out - The DataOutputStream to write out show's binary data to.
java.io.IOException - if writing to the DataOutputStream fails.
public void writeCommandClass(SEShow show,
boolean forXlet,
java.io.File file)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||