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

org.unlaxer.jaddress.entity.standard.OffsetOfBlock Maven / Gradle / Ivy

package org.unlaxer.jaddress.entity.standard;

import org.unlaxer.jaddress.parser.TopOrBottom;

public class OffsetOfBlock extends Offset{

	public OffsetOfBlock(TopOrBottom from, int offset) {
		super(from, offset);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy