Klasse javax.swing.ProgressMonitorInputStream | 1.2 |
java.lang.Object | +--java.io.InputStream | +--java.io.FilterInputStream | +--javax.swing.ProgressMonitorInputStream
InputStream in = new BufferedInputStream( new ProgressMonitorInputStream( parentComponent, "Reading " + fileName, new FileInputStream(fileName)));
Konstruktoren | |
---|---|
public | ProgressMonitorInputStream(Component parentComponent, Object message, InputStream in) |
Methoden | |
---|---|
public ProgressMonitor | getProgressMonitor() |
public int | read() |
public int | read(byte[] b) |
public int | read(byte[] b, int off, int len) |
public long | skip(long n) |
public void | close() |
public synchronized void | reset() |