final class RFC4627AwareInputStreamReader extends InputStreamReader
| Modifier | Constructor and Description |
|---|---|
(package private) |
RFC4627AwareInputStreamReader(InputStream in) |
private |
RFC4627AwareInputStreamReader(PushbackInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
private static Charset |
getCharset(PushbackInputStream inputStream) |
private static byte[] |
readAllBytes(PushbackInputStream inputStream)
According to the Java API "An attempt is made to read as many as len bytes, but a smaller number may be read".
|
close, getEncoding, read, read, readyRFC4627AwareInputStreamReader(InputStream in)
private RFC4627AwareInputStreamReader(PushbackInputStream in)
private static byte[] readAllBytes(PushbackInputStream inputStream) throws IOException
IOExceptionprivate static Charset getCharset(PushbackInputStream inputStream)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.