wt.util.xml.io
Interface CharacterEncoder

All Known Implementing Classes:
ByteHexEncoder, Char3in4Encoder

public interface CharacterEncoder

Interface for character encoders which can encode a byte array as a string.

Supported API: false

Extendable: false


Method Summary
 String encode(byte[] byteArray)
          encodes a byte array as a string.
 

Method Detail

encode

public String encode(byte[] byteArray)
encodes a byte array as a string.

Supported API: false

Parameters:
byteArray - the byte array to encode
Returns:
String