org.seasar.framework.util
クラス InputStreamUtil
java.lang.Object
org.seasar.framework.util.InputStreamUtil
- public final class InputStreamUtil
- extends Object
- 作成者:
- higa
クラス 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.