All Downloads are FREE. Search and download functionalities are using the official Maven repository.

space.yizhu.record.template.io.Encoder Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version


package space.yizhu.record.template.io;


public abstract class Encoder {

    public abstract float maxBytesPerChar();

    public abstract int encode(char[] chars, int offset, int len, byte[] bytes);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy