summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/trinitydesktop/qt/TQTextIStream.java
blob: e96e0a6f9099e910153f3c1a50c7572ab97a6bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;

import org.trinitydesktop.qt.Qt;

public class TQTextIStream extends TQTextStream  {
	protected TQTextIStream(Class dummy){super((Class) null);}
	public TQTextIStream(String s) {
		super((Class) null);
		newTQTextIStream(s);
	}
	private native void newTQTextIStream(String s);
	public TQTextIStream(byte[] ba) {
		super((Class) null);
		newTQTextIStream(ba);
	}
	private native void newTQTextIStream(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();
}