Beispiel #1
0
 public PreSaveNotificationScanControlInstruction PreSaveNotification(long offset, long size)
 {
     return(ZipIOBlockManager.CommonPreSaveNotificationHandler(this._blockManager.Stream, offset, size, this._persistedOffset, this._size, ref this._cachePrefixStream));
 }
Beispiel #2
0
 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));
 }