C# Class Bend.RegionExposedFiles.EFRegion

Inheritance: IRegion, IDisposable
Afficher le fichier Open project: jeske/StepsDB-alpha

Méthodes publiques

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ToString ( ) : string
getNewAccessStream ( ) : Stream
getNewBlockAccessor ( int rel_block_start, int block_len ) : BlockAccessor
getSize ( ) : long
getStartAddress ( ) : long

Private Methods

Méthode Description
EFRegion ( long address, long length, string filepath, EFRegionMode mode ) : System
addDisposeDelegate ( handleRegionSafeToFreeDelegate delfn ) : void
getBlockAccessStream ( int rel_block_start, int block_len ) : Stream
getThreadStream ( ) : Stream

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

getNewAccessStream() public méthode

public getNewAccessStream ( ) : Stream
Résultat Stream

getNewBlockAccessor() public méthode

public getNewBlockAccessor ( int rel_block_start, int block_len ) : BlockAccessor
rel_block_start int
block_len int
Résultat BlockAccessor

getSize() public méthode

public getSize ( ) : long
Résultat long

getStartAddress() public méthode

public getStartAddress ( ) : long
Résultat long

Property Details

EFREGION_SUBBLOCK_CACHE_SIZE public_oe static_oe property

public static int EFREGION_SUBBLOCK_CACHE_SIZE
Résultat int