Queries if bytes are available in buffers. @param doRead true to perform a read when no bytes are availble @return the amount of bytes that are known to be available
(boolean doRead)
| 821 | * @return the amount of bytes that are known to be available |
| 822 | */ |
| 823 | protected abstract int available(boolean doRead); |
| 824 | |
| 825 | |
| 826 | /** |
no outgoing calls
no test coverage detected