getByteStream static method

Stream<int> getByteStream()

Implementation

static Stream<int> getByteStream() {
  return _io.getStream();
}