Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
BestHTTP
SecureProtocol
Org
BouncyCastle
Crypto
Tls
DigestInputBuffer.DigStream
C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer.DigStream
Inheritance:
BaseOutputStream
Mostrar archivo
Open project: 526077247/ET
Public Methods
Method
Description
Write
(
Array
buf
,
int
off
,
int
len
) :
void
WriteByte
(
byte
b
) :
void
Private Methods
Method
Description
DigStream
(
IDigest
d
) :
System
Method Details
Write()
public
method
public
Write
(
Array
buf
,
int
off
,
int
len
) :
void
buf
Array
off
int
len
int
return
void
WriteByte()
public
method
public
WriteByte
(
byte
b
) :
void
b
byte
return
void