C# Class Sharpen.DigestInputStream

Inheritance: FilterInputStream
Show file Open project: nonorganic/dssnet

Private Properties

Property Type Description

Public Methods

Method Description
DigestInputStream ( InputStream stream, MessageDigest digest ) : System
Read ( ) : int
Read ( byte buf ) : int
Read ( byte b, int off, int len ) : int

Method Details

DigestInputStream() public method

public DigestInputStream ( InputStream stream, MessageDigest digest ) : System
stream InputStream
digest MessageDigest
return System

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( byte buf ) : int
buf byte
return int

Read() public method

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
return int