javax.swing
Class ProgressMonitorInputStream
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FilterInputStream
|
+--javax.swing.ProgressMonitorInputStream
ProgressMonitorInputStream
Author:ProgressMonitorInputStream
public ProgressMonitorInputStream(java.awt.Component component, java.lang.Object message, java.io.InputStream stream)
Constructor ProgressMonitorInputStream
Parameters:
close
public void close()
close
Throws:
getProgressMonitor
public ProgressMonitor getProgressMonitor()
getProgressMonitor
read
public int read()
read
Throws:
read
public int read(byte[] data)
read
Parameters:
Throws:
read
public int read(byte[] data, int offset, int length)
read
Parameters:
Throws:
reset
public synchronized void reset()
reset
Throws:
skip
public long skip(long length)
skip
Parameters:
Throws: