Class BytesStreamOutput

    • Field Detail

      • bigArrays

        protected final BigArrays bigArrays
      • count

        protected int count
    • Constructor Detail

      • BytesStreamOutput

        public BytesStreamOutput()
        Create a non recycling BytesStreamOutput with an initial capacity of 0.
      • BytesStreamOutput

        public BytesStreamOutput​(int expectedSize)
        Create a non recycling BytesStreamOutput with enough initial pages acquired to satisfy the capacity given by expected size.
        Parameters:
        expectedSize - the expected maximum size of the stream in bytes.
      • BytesStreamOutput

        protected BytesStreamOutput​(int expectedSize,
                                    BigArrays bigArrays)