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

com.github.t3t5u.common.util.NativeHandle Maven / Gradle / Ivy

The newest version!
package com.github.t3t5u.common.util;

public class NativeHandle {
	private final long rawHandle;

	public NativeHandle(final long rawHandle) {
		this.rawHandle = rawHandle;
	}

	public long getRawHandle() {
		return rawHandle;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy