Requires use() to be called so it will consume the Resource
Requires use() to be called so it will consume the Resource
Can this resource be used multiple times?
Can this resource be used multiple times?
Is this resource usable? i.e.
Is this resource usable? i.e. will the use() method work?
A helper to read the input stream to a string
A helper to read the input stream to a string
Create a reader for this InputStream using the given encoding or auto-detect the encoding if the parameter is blank
Create a reader for this InputStream using the given encoding or auto-detect the encoding if the parameter is blank
Create a reader for this InputStream and use auto-detection for the charset encoding with a fallback of UTF-8 if the charset cannot be detected
Creates a UTF-8/16/32 reader based on the BOM encoding with UTF-8 being a default
(Since version ) see corresponding Javadoc for more information.