|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.resolver.helpers.AbstractSource
jp.cssj.resolver.url.URLSource
public class URLSource
java.net.URLからデータを取得するSourceです。
フィールドの概要 |
---|
クラス jp.cssj.resolver.helpers.AbstractSource から継承されたフィールド |
---|
uri |
コンストラクタの概要 | |
---|---|
URLSource(URI uri)
|
|
URLSource(URI uri,
String mimeType)
|
|
URLSource(URI uri,
String mimeType,
String encoding)
|
|
URLSource(URI uri,
URL url,
String mimeType,
String encoding)
|
|
URLSource(URL url)
|
|
URLSource(URL url,
String mimeType)
|
|
URLSource(URL url,
String mimeType,
String encoding)
|
メソッドの概要 | |
---|---|
void |
close()
|
boolean |
exists()
データが存在すればtrueを返します。 |
String |
getEncoding()
キャラクタ・エンコーディングを返します。 |
File |
getFile()
ファイルとして返します。 |
InputStream |
getInputStream()
バイナリストリームを返します。 |
long |
getLength()
データのサイズを返します。 |
String |
getMimeType()
データのMIME型を返します。 |
Reader |
getReader()
テキストストリームを返します。 |
SourceValidity |
getValidity()
データの変更情報を返します。 |
boolean |
isFile()
ファイルならtrueを返します。 |
boolean |
isInputStream()
バイナリデータとして取得可能ならtrueを返します。 |
boolean |
isReader()
テキストデータとして取得可能ならtrueを返します。 |
クラス jp.cssj.resolver.helpers.AbstractSource から継承されたメソッド |
---|
getURI |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public URLSource(URI uri, URL url, String mimeType, String encoding)
public URLSource(URL url, String mimeType, String encoding) throws URISyntaxException
URISyntaxException
public URLSource(URL url, String mimeType) throws URISyntaxException
URISyntaxException
public URLSource(URL url) throws URISyntaxException
URISyntaxException
public URLSource(URI uri, String mimeType, String encoding) throws MalformedURLException
MalformedURLException
public URLSource(URI uri, String mimeType) throws MalformedURLException
MalformedURLException
public URLSource(URI uri) throws MalformedURLException
MalformedURLException
メソッドの詳細 |
---|
public String getMimeType() throws IOException
MetaSource
の記述:
IOException
public String getEncoding()
MetaSource
の記述:
public boolean exists() throws IOException
Source
の記述:
IOException
public boolean isFile() throws IOException
Source
の記述:
Source
内の isFile
AbstractSource
内の isFile
IOException
public boolean isInputStream() throws IOException
Source
の記述:
Source
内の isInputStream
AbstractSource
内の isInputStream
IOException
public boolean isReader() throws IOException
Source
の記述:
Source
内の isReader
AbstractSource
内の isReader
IOException
public InputStream getInputStream() throws IOException
Source
の記述:
IOException
public Reader getReader() throws IOException
Source
の記述:
IOException
public void close()
AbstractSource
内の close
public File getFile()
Source
の記述:
public long getLength() throws IOException
MetaSource
の記述:
IOException
public SourceValidity getValidity() throws IOException
Source
の記述:
IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |