Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing

Class ProgressMonitorInputStream

java.lang.Object
|
+--java.io.InputStream
   |
   +--java.io.FilterInputStream
      |
      +--javax.swing.ProgressMonitorInputStream


public class ProgressMonitorInputStream

extends FilterInputStream

ProgressMonitorInputStream

Author:

Constructor Summary

ProgressMonitorInputStream(java.awt.Component component, java.lang.Object message, java.io.InputStream stream)

Constructor ProgressMonitorInputStream

Method Summary

voidclose()

close
javax.swing.ProgressMonitorgetProgressMonitor()

getProgressMonitor
intread()

read
intread(byte[] data)

read
intread(byte[] data, int offset, int length)

read
synchronized voidreset()

reset
longskip(long length)

skip

Constructor Details

ProgressMonitorInputStream

public ProgressMonitorInputStream(java.awt.Component component, java.lang.Object message, java.io.InputStream stream)

Constructor ProgressMonitorInputStream

Parameters:


Method Details

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: