public class URLSource extends 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を返します。
|
getURI, toString
public URLSource(URL url, String mimeType, String encoding) throws URISyntaxException
public URLSource(URL url, String mimeType) throws URISyntaxException
public URLSource(URL url) throws URISyntaxException
public URLSource(URI uri, String mimeType, String encoding) throws MalformedURLException
public URLSource(URI uri, String mimeType) throws MalformedURLException
public URLSource(URI uri) throws MalformedURLException
public String getMimeType() throws IOException
Source
IOException
public String getEncoding()
Source
public boolean exists() throws IOException
Source
IOException
public boolean isFile() throws IOException
Source
isFile
インタフェース内 Source
isFile
クラス内 AbstractSource
IOException
public boolean isInputStream() throws IOException
Source
isInputStream
インタフェース内 Source
isInputStream
クラス内 AbstractSource
IOException
public boolean isReader() throws IOException
Source
isReader
インタフェース内 Source
isReader
クラス内 AbstractSource
IOException
public InputStream getInputStream() throws IOException
Source
IOException
public Reader getReader() throws IOException
Source
IOException
public void close()
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
close
クラス内 AbstractSource
public long getLength() throws IOException
Source
IOException
public SourceValidity getValidity() throws IOException
Source
IOException
Copyright © 2024 座間ソフト. All rights reserved.