C# 클래스 System.IO.Compression.RepairedMemoryStream

MemoryStream does not let you look at the length after it has been closed. Overridden here, storing the size when it is closed.
상속: MemoryStream
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Closes the stream, storing the length for later use.

RepairedMemoryStream ( int size )

Initializes a new instance of the RepairedMemoryStream class.

메소드 상세

Close() 공개 메소드

Closes the stream, storing the length for later use.
public Close ( ) : void
리턴 void

RepairedMemoryStream() 공개 메소드

Initializes a new instance of the RepairedMemoryStream class.
public RepairedMemoryStream ( int size )
size int The initial size.