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

org.mentalog.AsciiEncodable Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.mentalog;

import java.nio.ByteBuffer;

public interface AsciiEncodable {

	public void toAscii(ByteBuffer bb);
	
	public void toAscii(StringBuilder sb);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy