3.0.2: 2012-01-25

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.
 


3.0.2: 2012-01-25