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

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

There is a newer version: 1.3.2
Show newest version


package space.yizhu.record.template.io;


public interface IWritable {

    
    public byte[] getBytes();

    
    public char[] getChars();
}







© 2015 - 2025 Weber Informatics LLC | Privacy Policy