C# 클래스 Bend.RegionExposedFiles.EFRegion

상속: IRegion, IDisposable
파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 프로퍼티들

프로퍼티 타입 설명
EFREGION_SUBBLOCK_CACHE_SIZE int

공개 메소드들

메소드 설명
Dispose ( ) : void
ToString ( ) : string
getNewAccessStream ( ) : Stream
getNewBlockAccessor ( int rel_block_start, int block_len ) : BlockAccessor
getSize ( ) : long
getStartAddress ( ) : long

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getNewAccessStream() 공개 메소드

public getNewAccessStream ( ) : Stream
리턴 Stream

getNewBlockAccessor() 공개 메소드

public getNewBlockAccessor ( int rel_block_start, int block_len ) : BlockAccessor
rel_block_start int
block_len int
리턴 BlockAccessor

getSize() 공개 메소드

public getSize ( ) : long
리턴 long

getStartAddress() 공개 메소드

public getStartAddress ( ) : long
리턴 long

프로퍼티 상세

EFREGION_SUBBLOCK_CACHE_SIZE 공개적으로 정적으로 프로퍼티

public static int EFREGION_SUBBLOCK_CACHE_SIZE
리턴 int