it.could.util.encoding
Interface EncodingAware

All Known Subinterfaces:
Encodable
All Known Implementing Classes:
EncodingTools, Location, Location.Authority, Location.Schemes, Parameters, Parameters.Parameter, Path, Path.Element

public interface EncodingAware

The EncodingAware interface describes an Object aware of multiple encodings existing withing the platform.

Author:
Pier Fumagalli

Field Summary
static String DEFAULT_ENCODING
          The default encoding is specified as being UTF-8.
static String PLATFORM_ENCODING
          The platform encoding is evaluated at runtime from the JVM.
 

Field Detail

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING

The default encoding is specified as being UTF-8.

See Also:
Constant Field Values

PLATFORM_ENCODING

public static final String PLATFORM_ENCODING

The platform encoding is evaluated at runtime from the JVM.