The method returns the sum of the number of bytes that have been pushed back and the value returned by {@link java.io.FilterInputStream#available available}. @return the number of bytes that can be read (or skipped over) fromthe input stream without blocking. @exception IOException if this input stream has been closed byinvoking its {@link #close()} method,or an I/O error occurs. @see java.io.FilterInputStream#in @see java.io.InputStream#available()
|
|