Searched refs:_blockSize (Results 1 – 2 of 2) sorted by relevance
18 public int _blockSize; // Size of Allocated memory block field in InWindow45 int size = (0 - _bufferOffset) + _blockSize - _streamPos; in ReadBlock()72 if (_bufferBase == null || _blockSize != blockSize) in Create()75 _blockSize = blockSize; in Create()76 _bufferBase = new byte[_blockSize]; in Create()78 _pointerToLastSafePosition = _blockSize - keepSizeAfter; in Create()
18 public UInt32 _blockSize; // Size of Allocated memory block field in SevenZip.Compression.LZ.InWindow45 int size = (int)((0 - _bufferOffset) + _blockSize - _streamPos); in ReadBlock()72 if (_bufferBase == null || _blockSize != blockSize) in Create()75 _blockSize = blockSize; in Create()76 _bufferBase = new Byte[_blockSize]; in Create()78 _pointerToLastSafePosition = _blockSize - keepSizeAfter; in Create()