Class CsvTranslators


  • public final class CsvTranslators
    extends java.lang.Object
    This class holds inner classes for escaping/unescaping Comma Separated Values.

    In general the use a high level API like Apache Commons CSV should be preferred over these low level classes.

    See Also:
    Apache Commons CSV
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CsvTranslators.CsvEscaper
      Translator for escaping Comma Separated Values.
      static class  CsvTranslators.CsvUnescaper
      Translator for unescaping escaped Comma Separated Value entries.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait