Package com.reportmill.output
Class RMStringWriter
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.output.RMStringWriter
- All Implemented Interfaces:
- RMArchiver.Archiving,- 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.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
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.
 
-