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

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

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

import java.nio.ByteBuffer;

/** Dynamic String Descriptor (2) **/
public abstract class Descriptor_D extends Descriptor_S
{
	@SuppressWarnings("hiding")
	public static final byte CLASS = 2;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy