7 references to _headerBuf
WindowsBase (7)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (7)
303
destStreamLength +=
_headerBuf
.Length;
391
int bytesRead = PackagingUtilities.ReliableRead(source,
_headerBuf
, 0,
_headerBuf
.Length);
394
if (bytesRead <
_headerBuf
.Length)
399
uint token = BitConverter.ToUInt32(
_headerBuf
, _ulongSize * 0);
406
uncompressedSize = (int)BitConverter.ToUInt32(
_headerBuf
, _ulongSize * 1);
407
compressedSize = (int)BitConverter.ToUInt32(
_headerBuf
, _ulongSize * 2);