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

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

Private Properties

프로퍼티 타입 설명
DefiniteLengthInputStream System
ToArray byte[]

공개 메소드들

메소드 설명
Read ( byte buf, int off, int len ) : int
ReadByte ( ) : int

비공개 메소드들

메소드 설명
DefiniteLengthInputStream ( Stream inStream, int length ) : System
ToArray ( ) : byte[]

메소드 상세

Read() 공개 메소드

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int