org.seasar.robot.util
クラス StreamUtil

java.lang.Object
  上位を拡張 org.seasar.robot.util.StreamUtil

public final class StreamUtil
extends Object

作成者:
shinsuke

メソッドの概要
static void drain(InputStream r, File outputFile)
           
static void drain(InputStream r, OutputStream w)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

drain

public static void drain(InputStream r,
                         OutputStream w)
                  throws IOException
例外:
IOException

drain

public static void drain(InputStream r,
                         File outputFile)
                  throws IOException
例外:
IOException


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.