public interface Source extends MetaSource
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
exists()
データが存在すればtrueを返します。
|
String |
getEncoding()
キャラクタ・エンコーディングを返します。
|
File |
getFile()
ファイルとして返します。
|
InputStream |
getInputStream()
バイナリストリームを返します。
|
long |
getLength()
データのサイズを返します。
|
String |
getMimeType()
データのMIME型を返します。
|
Reader |
getReader()
テキストストリームを返します。
|
URI |
getURI()
データのURIを返します。
|
SourceValidity |
getValidity()
データの変更情報を返します。
|
boolean |
isFile()
ファイルならtrueを返します。
|
boolean |
isInputStream()
バイナリデータとして取得可能ならtrueを返します。
|
boolean |
isReader()
テキストデータとして取得可能ならtrueを返します。
|
URI getURI()
getURI
インタフェース内 MetaSource
boolean exists() throws IOException
IOException
String getMimeType() throws IOException
getMimeType
インタフェース内 MetaSource
IOException
String getEncoding() throws IOException
getEncoding
インタフェース内 MetaSource
IOException
boolean isInputStream() throws IOException
IOException
InputStream getInputStream() throws IOException, UnsupportedOperationException
IOException
UnsupportedOperationException
boolean isReader() throws IOException
IOException
Reader getReader() throws IOException, UnsupportedOperationException
IOException
UnsupportedOperationException
boolean isFile() throws IOException
IOException
File getFile() throws UnsupportedOperationException
UnsupportedOperationException
SourceValidity getValidity() throws IOException
IOException
long getLength() throws IOException
getLength
インタフェース内 MetaSource
IOException
Copyright © 2024 座間ソフト. All rights reserved.