C# 클래스 Nomad.Archive.SevenZip.StreamWrapper

상속: IDisposable
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

보호된 프로퍼티들

프로퍼티 타입 설명
_BaseStream Stream

공개 메소드들

메소드 설명
Dispose ( ) : void
Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void

보호된 메소드들

메소드 설명
StreamWrapper ( Stream baseStream ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( long offset, uint seekOrigin, IntPtr newPosition ) : void
offset long
seekOrigin uint
newPosition System.IntPtr
리턴 void

StreamWrapper() 보호된 메소드

protected StreamWrapper ( Stream baseStream ) : System
baseStream Stream
리턴 System

프로퍼티 상세

_BaseStream 보호되어 있는 프로퍼티

protected Stream _BaseStream
리턴 Stream