org.seasar.framework.util
クラス InputStreamUtil

java.lang.Object
  拡張org.seasar.framework.util.InputStreamUtil

public final class InputStreamUtil
extends Object

作成者:
higa

メソッドの概要
static int available(InputStream is)
           
static void close(InputStream is)
           
static void copy(InputStream is, OutputStream os)
           
static byte[] getBytes(InputStream is)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

close

public static void close(InputStream is)

getBytes

public static final byte[] getBytes(InputStream is)

copy

public static final void copy(InputStream is,
                              OutputStream os)

available

public static int available(InputStream is)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.