C# Class Squared.Data.Mangler.Internal.StreamRange

Mostra file Open project: sq/DataMangler Class Usage Examples

Public Properties

Property Type Description
Offset long
Pointer byte*
Stream StreamRef

Public Methods

Method Description
Dispose ( ) : void
StreamRange ( StreamRef stream, MemoryMappedViewAccessor view, long offset, uint size, long actualOffset, long actualSize ) : System
StreamRange ( StreamRef stream, ViewCache cacheEntry, long offset, uint size ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StreamRange() public method

public StreamRange ( StreamRef stream, MemoryMappedViewAccessor view, long offset, uint size, long actualOffset, long actualSize ) : System
stream StreamRef
view System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
offset long
size uint
actualOffset long
actualSize long
return System

StreamRange() public method

public StreamRange ( StreamRef stream, ViewCache cacheEntry, long offset, uint size ) : System
stream StreamRef
cacheEntry ViewCache
offset long
size uint
return System

Property Details

Offset public_oe property

public long Offset
return long

Pointer public_oe property

public byte* Pointer
return byte*

Stream public_oe property

public StreamRef,Squared.Data.Mangler.Internal Stream
return StreamRef