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

es.tid.rsvp.objects.Scope Maven / Gradle / Ivy

The newest version!
package es.tid.rsvp.objects;

import es.tid.rsvp.RSVPProtocolViolationException;

public abstract class Scope extends RSVPObject{

	public Scope () {
		super();
	}
	
	public Scope (byte[] bytes, int offset) throws RSVPProtocolViolationException{
		super(bytes, offset);
	}
	
	public abstract void encode();




}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy