org.tentackle.util
Interface CharConverter


public interface CharConverter

Generic character converter.

Author:
harald

Method Summary
 char[] convert(char[] in)
          Takes a character array and converts it.
 

Method Detail

convert

char[] convert(char[] in)
Takes a character array and converts it. If the input is null, the output must be null too.

Parameters:
in - the array to convert
Returns:
the converted array


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de