addedmethod:
available
int available() throws IOException
addedmethod:
close
void close() throws IOException
addedmethod:
mark
void mark(int readlimit)
addedmethod:
read
int read(byte[] b, int bufferOffset, int len) throws IOException
addedmethod:
reset
void reset() throws IOException
addedmethod:
skip
long skip(long n) throws IOException