Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SharpCifs
Util
Sharpen
FilterOutputStream
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