public abstract class AbstractSource extends Object implements Source, Closeable
コンストラクタと説明 |
---|
AbstractSource(URI uri) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
close() |
URI |
getURI()
データのURIを返します。
|
boolean |
isFile()
ファイルならtrueを返します。
|
boolean |
isInputStream()
バイナリデータとして取得可能ならtrueを返します。
|
boolean |
isReader()
テキストデータとして取得可能ならtrueを返します。
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
exists, getEncoding, getFile, getInputStream, getLength, getMimeType, getReader, getValidity
protected final URI uri
public AbstractSource(URI uri)
public URI getURI()
Source
getURI
インタフェース内 MetaSource
getURI
インタフェース内 Source
public boolean isInputStream() throws IOException
Source
isInputStream
インタフェース内 Source
IOException
public boolean isFile() throws IOException
Source
isFile
インタフェース内 Source
IOException
public boolean isReader() throws IOException
Source
isReader
インタフェース内 Source
IOException
public void close()
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
Copyright © 2024 座間ソフト. All rights reserved.