C# Class Library.Net.Amoeba.BitmapManager

Inheritance: Library.ManagerBase, IThisLock
Afficher le fichier Open project: Alliance-Network/Library Class Usage Examples

Méthodes publiques

Свойство Type Description
SectorSize int

Méthodes publiques

Méthode Description
BitmapManager ( BufferManager bufferManager ) : System
Get ( long point ) : bool
Set ( long point, bool state ) : void
SetLength ( long length ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Flush ( ) : void
GetBuffer ( long sector ) : ArraySegment
Roundup ( long value, long unit ) : long

Method Details

BitmapManager() public méthode

public BitmapManager ( BufferManager bufferManager ) : System
bufferManager Library.BufferManager
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Get() public méthode

public Get ( long point ) : bool
point long
Résultat bool

Set() public méthode

public Set ( long point, bool state ) : void
point long
state bool
Résultat void

SetLength() public méthode

public SetLength ( long length ) : void
length long
Résultat void

Property Details

SectorSize public_oe static_oe property

public static int SectorSize
Résultat int