C# Class KeePassLib.Serialization.BinaryReaderEx

Mostra file Open project: cappert/keepass2

Public Methods

Method Description
BinaryReaderEx ( Stream input, Encoding encoding, string strReadExceptionText ) : System
ReadByte ( ) : byte
ReadBytes ( int nCount ) : byte[]

Method Details

BinaryReaderEx() public method

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

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int nCount ) : byte[]
nCount int
return byte[]