public class MetaTOFWriter extends TOFWriter
indention, lookup, noPointers, outie, outputReadOnlyFields, prettyPrint, references| Constructor and Description |
|---|
MetaTOFWriter(java.io.OutputStream ostream)
Creates a prettyprinting MetaTOFWriter that writes to the given
OutputStream.
|
MetaTOFWriter(java.io.Writer writer)
Creates a prettyprinting MetaTOFWriter that writes to the given writer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeLookupReference(LookupReference ref)
Writes a lookup reference to an object.
|
protected void |
writeMetaBean(MetaBean victim) |
protected void |
writeMetaClass(MetaClass victim) |
protected void |
writeMetaImport(MetaImport victim) |
protected void |
writeObjectImpl(java.lang.Object object)
Writes an object without any prettyprint returns.
|
close, getNoPointers, getOutputReadOnlyFields, indent, isPrettyPrinting, newLine, setNoPointers, setOutputReadOnlyFields, setPrettyPrinting, undent, writeArrayList, writeBean, writeCharacter, writeClass, writeCog, writeComplexObject, writeLookup, writeMap, writeNumber, writeObject, writeRecord, writeSet, writeStringpublic MetaTOFWriter(java.io.Writer writer)
public MetaTOFWriter(java.io.OutputStream ostream)
protected void writeObjectImpl(java.lang.Object object)
throws java.io.IOException
writeObjectImpl in class TOFWriterjava.io.IOExceptionprotected void writeLookupReference(LookupReference ref) throws java.io.IOException
java.io.IOExceptionprotected void writeMetaClass(MetaClass victim) throws java.io.IOException
java.io.IOExceptionprotected void writeMetaImport(MetaImport victim) throws java.io.IOException
java.io.IOExceptionprotected void writeMetaBean(MetaBean victim) throws java.io.IOException
java.io.IOException