public abstract class Encoder extends Object
Encoder()
abstract int
encode(char[] chars, int offset, int len, byte[] bytes)
abstract float
maxBytesPerChar()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Encoder()
public abstract float maxBytesPerChar()
public abstract int encode(char[] chars, int offset, int len, byte[] bytes)
Copyright © 2019. All rights reserved.