mirror of https://github.com/grpc/grpc-java.git
ca7685ef50
InputStream by contract can return zero if requested length equal to zero. ``` If len is zero, then no bytes are read and 0 is returned; otherwise, there is an attempt to read at least one byte. If no byte is available because the stream is at end of file, the value -1 is returned; otherwise, at least one byte is read and stored into b. ``` Close #3323 |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
build.gradle |