C# 클래스 KeePassLib.Serialization.BinaryReaderEx

파일 보기 프로젝트 열기: cappert/keepass2

공개 메소드들

메소드 설명
BinaryReaderEx ( Stream input, Encoding encoding, string strReadExceptionText ) : System
ReadByte ( ) : byte
ReadBytes ( int nCount ) : byte[]

메소드 상세

BinaryReaderEx() 공개 메소드

public BinaryReaderEx ( Stream input, Encoding encoding, string strReadExceptionText ) : System
input Stream
encoding System.Text.Encoding
strReadExceptionText string
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( int nCount ) : byte[]
nCount int
리턴 byte[]