|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.buz.utilities.CopyUtilities
それそれの入力から出力に手軽に転送
コンストラクタの概要 | |
CopyUtilities()
|
メソッドの概要 | |
static boolean |
copy(java.io.BufferedReader fromReader,
java.io.BufferedWriter toWriter)
入力(BufferedReader)の内容を,出力(BufferedWriter)へ転送します。 |
static boolean |
copy(java.io.BufferedReader fromReader,
java.lang.StringBuffer toStringBuffer)
入力(リーダ)の内容を,出力(StringBuffer)へ転送します。 |
static boolean |
copy(java.io.File fromFile,
java.io.File toFile)
入力(ファイル)の内容を,出力(ファイル)へ転送します。 |
static boolean |
copy(java.io.File fromFile,
java.lang.StringBuffer toStringBuffer)
入力(ファイル)の内容を,出力(StringBuffer)へ転送します。 |
static boolean |
copy(java.io.InputStream fromInput,
java.io.OutputStream toOutput)
入力(InputStream)の内容を,出力(OutputStream)へ転送します。 |
static boolean |
copy(java.io.InputStream aFromStream,
java.lang.StringBuffer toStringBuffer)
入力(ストリーム)の内容を,出力(StringBuffer)へ転送します。 |
static boolean |
copy(java.io.Reader fromReader,
java.io.Writer toWriter)
入力(Reader)の内容を,出力(Writer)へ転送します。 |
static boolean |
copy(java.lang.StringBuffer toStringBuffer,
java.io.File toFile)
入力(StringBuffer)の内容を,出力(ファイル)へ転送します。 |
static boolean |
copy(java.lang.String fromString,
java.io.File toFile)
入力(文字列)の内容を,出力(ファイル)へ転送します。 |
static boolean |
copy(java.net.URL fromURL,
java.io.File toFile)
入力(URL)の内容を,出力(ファイル)へ転送します。 |
static boolean |
copy(java.net.URL fromURL,
java.lang.StringBuffer toBuffer)
入力(URL)の内容を,出力(StringBuffer)へ転送します。 |
static boolean |
copy(java.net.URL fromURL,
java.net.URL toURL)
入力(URL)の内容を,出力(URL)へ転送します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public CopyUtilities()
メソッドの詳細 |
public static boolean copy(java.io.Reader fromReader, java.io.Writer toWriter)
public static boolean copy(java.io.BufferedReader fromReader, java.io.BufferedWriter toWriter)
public static boolean copy(java.io.InputStream fromInput, java.io.OutputStream toOutput)
public static boolean copy(java.io.File fromFile, java.io.File toFile)
public static boolean copy(java.io.BufferedReader fromReader, java.lang.StringBuffer toStringBuffer)
public static boolean copy(java.io.InputStream aFromStream, java.lang.StringBuffer toStringBuffer)
public static boolean copy(java.io.File fromFile, java.lang.StringBuffer toStringBuffer)
public static boolean copy(java.lang.String fromString, java.io.File toFile)
public static boolean copy(java.lang.StringBuffer toStringBuffer, java.io.File toFile)
public static boolean copy(java.net.URL fromURL, java.io.File toFile)
public static boolean copy(java.net.URL fromURL, java.lang.StringBuffer toBuffer)
public static boolean copy(java.net.URL fromURL, java.net.URL toURL)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |