C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.IndefiniteLengthInputStream

상속: LimitedInputStream
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

비공개 메소드들

메소드 설명
CheckForEof ( ) : bool
IndefiniteLengthInputStream ( Stream inStream, int limit ) : System.IO
SetEofOn00 ( bool eofOn00 ) : void

메소드 상세

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int