org.stormcat.jvbeans.common.io
クラス InputStreamReaderUtil

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.common.io.InputStreamReaderUtil

public class InputStreamReaderUtil
extends Object

作成者:
a.yamada

コンストラクタの概要
protected InputStreamReaderUtil()
           
 
メソッドの概要
static InputStreamReader getReader(InputStream is)
           
static InputStreamReader getReader(InputStream is, Charset charset)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InputStreamReaderUtil

protected InputStreamReaderUtil()
メソッドの詳細

getReader

public static InputStreamReader getReader(InputStream is)

getReader

public static InputStreamReader getReader(InputStream is,
                                          Charset charset)


Copyright © 2009-2011 The Stormcat Project AllRights Reserved.