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

Afficher le fichier Open project: sq/DataMangler Class Usage Examples

Méthodes publiques

Свойство Type Description
Offset long
Pointer byte*
Stream StreamRef

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

StreamRange() public méthode

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
Résultat System

StreamRange() public méthode

public StreamRange ( StreamRef stream, ViewCache cacheEntry, long offset, uint size ) : System
stream StreamRef
cacheEntry ViewCache
offset long
size uint
Résultat System

Property Details

Offset public_oe property

public long Offset
Résultat long

Pointer public_oe property

public byte* Pointer
Résultat byte*

Stream public_oe property

public StreamRef,Squared.Data.Mangler.Internal Stream
Résultat StreamRef