C# 클래스 Org.BouncyCastle.Bcpg.BcpgInputStream.PartialInputStream

A stream that overlays our input stream, allowing the user to only read a segment of it. NB: dataLength will be negative if the segment length is in the upper range above 2**31.
상속: Org.BouncyCastle.Utilities.IO.BaseInputStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
PartialInputStream ( BcpgInputStream bcpgIn, bool partial, int dataLength ) : System
ReadPartialDataLength ( ) : int

메소드 상세

Read() 공개 메소드

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

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int