C# 클래스 Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.NullOutputStream

상속: Org.BouncyCastle.Utilities.IO.BaseOutputStream
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void

메소드 상세

Write() 공개 메소드

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

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void