...
In particular, this guideline applies to any InputStream
subclass that provide an implementation of this classes' abstract read()
method.
This guideline is a specific instances of NUM15-J. Ensure conversions of numeric types to narrower types do not result in lost or misinterpreted data.
Noncompliant Code Example (byte
)
...