public class AsciiWriter
extends java.lang.Object
| Constructor and Description |
|---|
AsciiWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
showPrimitive(BaseType data,
java.io.PrintWriter pw,
boolean addName,
java.lang.String rootName,
boolean newLine) |
void |
toASCII(BaseType dtype,
java.io.PrintWriter pw) |
void |
toASCII(java.io.PrintWriter pw,
DDS dds,
java.lang.Object specialO) |
public void toASCII(java.io.PrintWriter pw,
DDS dds,
java.lang.Object specialO)
throws NoSuchVariableException,
java.io.IOException
pw - The PrintWirter to which output will be written.dds - The DDS which must have it's data values displayed as ASCII
text.specialO - This Object is a goody that is used by a
Server implementations to deliver important, and as yet unknown, stuff
to the read method. If you don't need it, make it a null.NoSuchVariableException - When a variable can't be found.java.io.IOException - When data can't be read.public void toASCII(BaseType dtype, java.io.PrintWriter pw)
public void showPrimitive(BaseType data, java.io.PrintWriter pw, boolean addName, java.lang.String rootName, boolean newLine)