Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SharpCifs
Util
Sharpen
BufferedWriter
C# Class SharpCifs.Util.Sharpen.BufferedWriter
ファイルを表示
Open project: brandonprry/Potato
Public Methods
Method
Description
BufferedWriter
(
StreamWriter
w
) :
System.IO
Close
( ) :
void
NewLine
( ) :
void
Write
(
string
s
) :
void
Method Details
BufferedWriter()
public
method
public
BufferedWriter
(
StreamWriter
w
) :
System.IO
w
System.IO.StreamWriter
return
System.IO
Close()
public
method
public
Close
( ) :
void
return
void
NewLine()
public
method
public
NewLine
( ) :
void
return
void
Write()
public
method
public
Write
(
string
s
) :
void
s
string
return
void