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

org.unlaxer.base.ByteID Maven / Gradle / Ivy

package org.unlaxer.base;
public class ByteID extends ByteValue{

	private static final long serialVersionUID = 6987018688099339383L;

	public ByteID(byte value) {
		super(value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy