Obtain an estimate of the number of bytes that can be read without blocking. Typically, this will be the number of available bytes known to be buffered. @return The number of bytes that can be read without blocking
()
| 46 | * @return The number of bytes that can be read without blocking |
| 47 | */ |
| 48 | int available(); |
| 49 | |
| 50 | } |
no outgoing calls
no test coverage detected