类 ViewImportSupport.SafeClosingHttpURLConnectionReader
java.lang.Object
java.io.Reader
org.apache.velocity.tools.view.ViewImportSupport.SafeClosingHttpURLConnectionReader
- 所有已实现的接口:
Closeable,AutoCloseable,Readable
- 封闭类:
- ViewImportSupport
-
字段概要
-
方法概要
从类继承的方法 java.io.Reader
nullReader, read, transferTo
-
方法详细资料
-
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
-