Class ViewImportSupport.SafeClosingHttpURLConnectionReader
java.lang.Object
java.io.Reader
org.apache.velocity.tools.view.ViewImportSupport.SafeClosingHttpURLConnectionReader
- All Implemented Interfaces:
Closeable, AutoCloseable, Readable
- Enclosing class:
ViewImportSupport
- Since:
- VelocityTools 3.0
- Version:
- $Revision$ $Date$
- Author:
- Marino A. Jonsson, Claude Brisson
-
Field Summary
-
Method Summary
Methods inherited from class Reader
nullReader, of, read, readAllAsString, readAllLines, transferTo
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
mark
- Overrides:
markin classReader- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classReader
-
read
- Overrides:
readin classReader- Throws:
IOException
-
read
- Overrides:
readin classReader- Throws:
IOException
-
read
- Specified by:
readin classReader- Throws:
IOException
-
ready
- Overrides:
readyin classReader- Throws:
IOException
-
reset
- Overrides:
resetin classReader- Throws:
IOException
-
skip
- Overrides:
skipin classReader- Throws:
IOException
-