}\r
\r
@Override\r
- public int read() throws IOException {\r
+ public int read() throws IOException {\r
return _is.read();\r
}\r
@Override\r
- public int read(byte[] b, int off, int len) throws IOException {\r
+ public int read(byte[] b, int off, int len) throws IOException {\r
return _is.read(b, off, len);\r
}\r
@Override\r
- public boolean markSupported() {\r
+ public boolean markSupported() {\r
return false;\r
}\r
@Override\r
- public void close() throws IOException {\r
+ public void close() throws IOException {\r
_is.close();\r
}\r
}\r