2.17.2: 2011-06-17

Package net.sf.basedb.util.encode

Interface Summary
EncoderDecoder Interface for encoding and decoding strings to make them work in a certain context.
 

Class Summary
EncodeUtil Utility functions for encoding/decoding strings.
IdentityEncoderDecoder Encoder decoder implementation that doesn't encode or decode anything.
TabCrLfEncoderDecoder Symmetrical encoder/decoder implementation that replaces newline, carriage return, tab and backslash with \n, \r, \t and \\.
ToSpaceEncoderDecoder Encoder implementation that replaces newline, carriage return, tab and backslash with a space.
 


2.17.2: 2011-06-17