C# Class SharpCifs.Util.Sharpen.FilterOutputStream

Inheritance: SharpCifs.Util.Sharpen.OutputStream
Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
Write ( byte b ) : void
Write ( byte b, int offset, int len ) : void

Method Details

Write() public méthode

public Write ( byte b ) : void
b byte
Résultat void

Write() public méthode

public Write ( byte b, int offset, int len ) : void
b byte
offset int
len int
Résultat void