类 InputStreamPumper

java.lang.Object
com.sh.common.exec.InputStreamPumper
所有已实现的接口:
Runnable

public class InputStreamPumper extends Object implements Runnable
Description: 读取CSV文件 Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
  • 字段详细资料

    • SLEEPING_TIME

      public static final int SLEEPING_TIME
      另请参阅:
  • 构造器详细资料

    • InputStreamPumper

      public InputStreamPumper(InputStream is, OutputStream os)
      Create a new stream pumper.
      参数:
      is - input stream to read data from
      os - output stream to write data to.
  • 方法详细资料

    • run

      public void run()
      Copies data from the input stream to the output stream. Terminates as soon as the input stream is closed or an error occurs.
      指定者:
      run 在接口中 Runnable
    • stopProcessing

      public void stopProcessing()