C# Class KeePassLib.Serialization.BinaryReaderEx

Afficher le fichier Open project: cappert/keepass2

Méthodes publiques

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

Method Details

BinaryReaderEx() public méthode

public BinaryReaderEx ( Stream input, Encoding encoding, string strReadExceptionText ) : System
input Stream
encoding System.Text.Encoding
strReadExceptionText string
Résultat System

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( int nCount ) : byte[]
nCount int
Résultat byte[]