Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BinaryBufferReadableBufferedStream

Hierarchy

Index

Properties

buffer: BinaryBuffer[]

An array of chunks already read from this stream.

ended: boolean

Signals if the stream has ended or not. If not, consumers should continue to read from the stream until consumed.

The original stream that is being read.