Home :: GreenPad :: ki :: StdLib classes

class TextFileW

^ 
    extends Object as public

テキストファイル書込

Unicode文字列を受け取り、指定された文字コードに変換しながら出力する。

Source:
C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:171
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
~TextFileWdestructor publicundocumented
TextFileWconstructor publicコンストラクタ(文字,改行コード指定)
Closemethod public閉じる
Openmethod public開く
WriteLinemethod public一行書き出し

destructor ~TextFileW

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:176
Code:
public ~ TextFileW ( )

constructor TextFileW

? ^  < > 
コンストラクタ(文字,改行コード指定)
Source:
C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:175
Code:
public TextFileW ( int charset ,
int linebreak )

method Close

? ^  < > 
閉じる
Source:
C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:182
Code:
public void Close ( )

method Open

? ^  < > 
開く
Source:
C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:179
Code:
public bool Open ( const TCHAR * fname )

method WriteLine

? ^  < > 
一行書き出し
Source:
C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:185
Code:
public void WriteLine ( const unicode * buf ,
ulong siz ,
bool lastline )

Created Mon May 06 21:01:04 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.