Create an unboxed IntStream over the remaining elements of this ValueIteratorOfByte by casting each
element to int with the appropriate adjustment of NULL_BYTE to NULL_INT.
Create an unboxed IntStream over the remaining elements of this ValueIteratorOfByte by casting each
element to int with the appropriate adjustment of NULL_BYTE to NULL_INT. The result must be
closed in order to ensure resources are released. A
try-with-resources block is strongly encouraged.
Create an IntStream over the remaining elements of this ValueIteratorOfByte by applying adapter
to each element. The result must be closed in order to
ensure resources are released. A try-with-resources block is strongly encouraged.