public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size) { return(ZipIOBlockManager.CommonPreSaveNotificationHandler(this._blockManager.Stream, offset, size, this._persistedOffset, this._size, ref this._cachePrefixStream)); }
internal PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size) { return(ZipIOBlockManager.CommonPreSaveNotificationHandler(this._blockManager.Stream, offset, size, this._persistedOffset, Math.Min(this._persistedSize, this._currentStreamLength), ref this._cachePrefixStream)); }