package ase.awk;

public class Extio
{
	private long extio;

	protected Extio (long extio)
	{
	}

	public native String name ();

	/*
	void setHandle (Object obj)
	{
	}

	Object getHandle ()
	{
	}
	*/
};