summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QTextIStream.java
blob: afce047acef87b8ab4abe0535f16881caba7e12e (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.kde.qt;

import org.kde.qt.Qt;

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