C# Class SharpCifs.Util.Sharpen.FilterOutputStream

Inheritance: SharpCifs.Util.Sharpen.OutputStream
Show file Open project: brandonprry/Potato

Public Methods

Method Description
Write ( byte b ) : void
Write ( byte b, int offset, int len ) : void

Method Details

Write() public method

public Write ( byte b ) : void
b byte
return void

Write() public method

public Write ( byte b, int offset, int len ) : void
b byte
offset int
len int
return void