类 ImportSupport.SafeClosingHttpURLConnectionReader
java.lang.Object
java.io.Reader
org.apache.velocity.tools.view.ImportSupport.SafeClosingHttpURLConnectionReader
- 所有已实现的接口:
Closeable
,AutoCloseable
,Readable
- 封闭类:
- ImportSupport
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.io.Reader
nullReader, read, transferTo
-
字段详细资料
-
huc
-
wrappedReader
-
-
构造器详细资料
-
SafeClosingHttpURLConnectionReader
SafeClosingHttpURLConnectionReader(Reader r, HttpURLConnection huc)
-
-
方法详细资料
-
close
- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 指定者:
close
在类中Reader
- 抛出:
IOException
-
mark
- 覆盖:
mark
在类中Reader
- 抛出:
IOException
-
markSupported
public boolean markSupported()- 覆盖:
markSupported
在类中Reader
-
read
- 覆盖:
read
在类中Reader
- 抛出:
IOException
-
read
- 覆盖:
read
在类中Reader
- 抛出:
IOException
-
read
- 指定者:
read
在类中Reader
- 抛出:
IOException
-
ready
- 覆盖:
ready
在类中Reader
- 抛出:
IOException
-
reset
- 覆盖:
reset
在类中Reader
- 抛出:
IOException
-
skip
- 覆盖:
skip
在类中Reader
- 抛出:
IOException
-