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 SummaryConstructors
- 
Method SummaryModifier 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.RMObjectaddPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange, toStringMethods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
- 
Constructor Details- 
RMStringWriterpublic RMStringWriter()
 
- 
- 
Method Details- 
delimitedAsciiBytespublic static byte[] delimitedAsciiBytes(RMDocument aDoc, String fieldDelim, String recordDelim, boolean quoteFields) Returns a byte array holding an ASCII representation of a given document.
- 
delimitedStringpublic static String delimitedString(RMDocument aDoc, String fieldDelim, String recordDelim, boolean quoteFields) Returns a String holding the delimited data for a given document.
 
-