Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AcTools
AcdFile
AcdWriter
C# 클래스 AcTools.AcdFile.AcdWriter
상속:
System.IO.BinaryWriter
파일 보기
프로젝트 열기: gro-ove/actools
1 사용 예제들
공개 메소드들
메소드
설명
AcdWriter
(
Stream
output
) :
System.IO
AcdWriter
(
string
filename
) :
System.IO
Write
(
AcdEntry
entry
) :
void
Write
(
string
value
) :
void
메소드 상세
AcdWriter()
공개
메소드
public
AcdWriter
(
Stream
output
) :
System.IO
output
System.IO.Stream
리턴
System.IO
AcdWriter()
공개
메소드
public
AcdWriter
(
string
filename
) :
System.IO
filename
string
리턴
System.IO
Write()
공개
메소드
public
Write
(
AcdEntry
entry
) :
void
entry
AcdEntry
리턴
void
Write()
공개
메소드
public
Write
(
string
value
) :
void
value
string
리턴
void