EchoPoint
1.0

echopoint.util
Class QuoterKit

java.lang.Object
  extended byechopoint.util.QuoterKit

public class QuoterKit
extends java.lang.Object

This class will quote string data


Method Summary
static java.lang.String quoteJ(java.lang.String s, char quoteChar)
          This method will apply a "Java quote" (ie double slashes) to a string with the given quote char
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

quoteJ

public static java.lang.String quoteJ(java.lang.String s,
                                      char quoteChar)
This method will apply a "Java quote" (ie double slashes) to a string with the given quote char


EchoPoint
1.0