Interface DataConverter


public interface DataConverter
Container class that allows retrieving various representations of its contents.

If the underlying data is binary, and a character representation is required, then the container implementation should have the means to determine the character set of the underlying data. The character set is not passed in to any of the interface methods.