C# 클래스 Emul8.Storage.SerializableFileStreamWrapper

상속: IDisposable, IBlobProvider
파일 보기 프로젝트 열기: emul8/emul8 1 사용 예제들

공개 메소드들

메소드 설명
BlobIsReady ( string fileName, long offset, long length ) : void
Dispose ( ) : void
GetBlobDescriptor ( ) : Emul8.Utilities.BlobDescriptor
SerializableFileStreamWrapper ( string underlyingFile ) : System

비공개 메소드들

메소드 설명
OnSerialization ( ) : void

메소드 상세

BlobIsReady() 공개 메소드

public BlobIsReady ( string fileName, long offset, long length ) : void
fileName string
offset long
length long
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBlobDescriptor() 공개 메소드

public GetBlobDescriptor ( ) : Emul8.Utilities.BlobDescriptor
리턴 Emul8.Utilities.BlobDescriptor

SerializableFileStreamWrapper() 공개 메소드

public SerializableFileStreamWrapper ( string underlyingFile ) : System
underlyingFile string
리턴 System