flex.messaging.util
Class ObjectTrace
java.lang.Object
flex.messaging.util.ObjectTrace
Direct Known Subclasses: AmfTrace
public class ObjectTrace extends Object
Simple utility to trace an Object graph out to a StringBuffer.
Note that new lines are NOT added after the individual values
in complex type properties.
nextElementExclude
public boolean nextElementExclude
newLine
public static String newLine
ObjectTrace
public ObjectTrace ()
ObjectTrace
public ObjectTrace (int bufferSize)
toString
public String toString ()
Overrides: toString in class Object
write
public void write (Object o)
writeNull
public void writeNull ()
writeRef
public void writeRef (int ref)
writeString
public void writeString (String s)
startArray
public void startArray (String header)
arrayElement
public void arrayElement (int index)
endArray
public void endArray ()
startObject
public void startObject (String header)
namedElement
public void namedElement (String name)
endObject
public void endObject ()
newLine
public void newLine ()
Copyright © 2008 Adobe Systems Inc. All Rights Reserved.
Send me an e-mail when comments are added to this page
| Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/util/ObjectTrace.html
Add Comment