|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.carabiner.treeeditor.js.model.TempImage
public class TempImage
一時イメージです。
コンストラクタの概要 | |
---|---|
TempImage(String filename,
File tempFile,
long lastModified)
構築します。 |
メソッドの概要 | |
---|---|
static TempImage |
create(jp.carabiner.treeeditor.FileManager manager,
String filename,
long lastModified,
InputStream in)
生成します。 |
void |
dispose()
破棄します。 |
String |
getFilename()
ファイル名を取得します。 |
InputStream |
getInputStream()
データ取得用のストリームを取得します。 |
long |
getLastModified()
最終更新日時を取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TempImage(String filename, File tempFile, long lastModified)
filename
- ファイル名。nullは不可。tempFile
- 一時ファイル。nullは不可。lastModified
- 最終更新日時。メソッドの詳細 |
---|
public static TempImage create(jp.carabiner.treeeditor.FileManager manager, String filename, long lastModified, InputStream in) throws IOException
manager
- ファイルマネージャ。nullは不可。filename
- ファイル名。nullは不可。lastModified
- 最終更新日時。in
- 入力ストリーム。nullは不可。
IOException
- 入出力時のエラー。public void dispose()
public String getFilename()
public InputStream getInputStream() throws IOException
IOException
- 入出力時のエラー。public long getLastModified()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |