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

mds.data.descriptor.Descriptor_XD Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
package mds.data.descriptor;

import java.nio.ByteBuffer;

/** XD (-64 : 192) **/
public class Descriptor_XD extends Descriptor_XS
{
	@SuppressWarnings("hiding")
	public static final byte CLASS = -64;

	public Descriptor_XD(final ByteBuffer b)
	{
		super(b);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy