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 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 String
delimitedString
(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.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
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.
-