|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.naming.resources.Resource | +--org.apache.naming.resources.FileDirContext.FileResource
This specialized resource implementation avoids opening the IputStream to the file right away (which would put a lock on the file).
フィールドの概要 | |
protected java.io.File |
file
Associated file object. |
protected long |
length
File length. |
クラス org.apache.naming.resources.Resource から継承したフィールド |
binaryContent, inputStream |
コンストラクタの概要 | |
FileDirContext.FileResource(java.io.File file)
|
メソッドの概要 | |
java.io.InputStream |
streamContent()
Content accessor. |
クラス org.apache.naming.resources.Resource から継承したメソッド |
getContent, setContent, setContent |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected java.io.File file
protected long length
コンストラクタの詳細 |
public FileDirContext.FileResource(java.io.File file)
メソッドの詳細 |
public java.io.InputStream streamContent() throws java.io.IOException
Resource
内の streamContent
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |