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,- java.lang.Cloneable
 
 public class RMStringWriter extends RMObject This class is used to write a String representation of an RMDocument.
- 
- 
Constructor SummaryConstructors Constructor Description RMStringWriter()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]delimitedAsciiBytes(RMDocument aDoc, java.lang.String fieldDelim, java.lang.String recordDelim, boolean quoteFields)Returns a byte array holding an ASCII representation of a given document.static java.lang.StringdelimitedString(RMDocument aDoc, java.lang.String fieldDelim, java.lang.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, toString
 - 
Methods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
delimitedAsciiBytespublic static byte[] delimitedAsciiBytes(RMDocument aDoc, java.lang.String fieldDelim, java.lang.String recordDelim, boolean quoteFields) Returns a byte array holding an ASCII representation of a given document.
 - 
delimitedStringpublic static java.lang.String delimitedString(RMDocument aDoc, java.lang.String fieldDelim, java.lang.String recordDelim, boolean quoteFields) Returns a String holding the delimited data for a given document.
 
- 
 
-