Class UTF7Charset.Encoder

java.lang.Object
java.nio.charset.CharsetEncoder
net.freeutils.charset.UTF7Charset.Encoder
Enclosing class:
UTF7Charset

protected class UTF7Charset.Encoder extends CharsetEncoder
The Encoder inner class handles the encoding of the UTF7 charset.
  • Constructor Details

    • Encoder

      protected Encoder(Charset cs)
      Constructs an Encoder.
      Parameters:
      cs - the charset to which this encoder belongs
  • Method Details