Package net.sf.basedb.util.encode


package net.sf.basedb.util.encode
  • Class
    Description
    Interface for encoding and decoding strings to make them work in a certain context.
    Utility functions for encoding/decoding strings.
    Encoder decoder implementation that doesn't encode or decode anything.
    Symmetrical encoder/decoder implementation that replaces newline, carriage return, tab and backslash with \n, \r, \t and \\.
    Encoder implementation that replaces newline, carriage return, tab and backslash with a space.