C# 클래스 Org.BouncyCastle.Asn1.LimitedInputStream

상속: Org.BouncyCastle.Utilities.IO.BaseInputStream
파일 보기 프로젝트 열기: nonorganic/dssnet

보호된 프로퍼티들

프로퍼티 타입 설명
_in System.IO.Stream

보호된 메소드들

메소드 설명
SetParentEofDetect ( bool on ) : void

비공개 메소드들

메소드 설명
GetRemaining ( ) : int
LimitedInputStream ( Stream inStream, int limit ) : System.IO

메소드 상세

SetParentEofDetect() 보호된 메소드

protected SetParentEofDetect ( bool on ) : void
on bool
리턴 void

프로퍼티 상세

_in 보호되어 있는 프로퍼티

protected Stream,System.IO _in
리턴 System.IO.Stream