Package com.inductiveautomation.rm.out
Class RMStringWriter
java.lang.Object
com.inductiveautomation.rm.base.RMListenerList
com.inductiveautomation.rm.base.RMObject
com.inductiveautomation.rm.out.RMStringWriter
- All Implemented Interfaces:
 RMPropertyChanger,Cloneable
This class is used to write a String representation of an RMDocument.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]delimitedAsciiBytes(RMDocument aDoc, String fieldDelim, String recordDelim, boolean quoteFields) Returns a byte array holding an ASCII representation of a given document.static StringdelimitedString(RMDocument aDoc, String fieldDelim, String recordDelim, boolean quoteFields) Returns a String holding the delimited data for a given document.Methods inherited from class com.inductiveautomation.rm.base.RMObject
addPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange, toStringMethods inherited from class com.inductiveautomation.rm.base.RMListenerList
addListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener 
- 
Constructor Details
- 
RMStringWriter
public RMStringWriter() 
 - 
 - 
Method Details
- 
delimitedAsciiBytes
public static byte[] delimitedAsciiBytes(RMDocument aDoc, String fieldDelim, String recordDelim, boolean quoteFields) Returns a byte array holding an ASCII representation of a given document. - 
delimitedString
public static String delimitedString(RMDocument aDoc, String fieldDelim, String recordDelim, boolean quoteFields) Returns a String holding the delimited data for a given document. 
 -