Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
ByteSourceInputStream.streamLength is currently a Long.
Since it has to be positive, it could be converted to an long, e.g. using -1 as the equivalent of null.
This would save some boxing/unboxing and instance creation.