//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;

import org.trinitydesktop.qt.Qt;

public class TQTextOStream extends TQTextStream  {
	protected TQTextOStream(Class dummy){super((Class) null);}
	public TQTextOStream(StringBuffer s) {
		super((Class) null);
		newTQTextOStream(s);
	}
	private native void newTQTextOStream(StringBuffer s);
	public TQTextOStream(byte[] ba) {
		super((Class) null);
		newTQTextOStream(ba);
	}
	private native void newTQTextOStream(byte[] ba);
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}