Class CFW_IO_FileReader

Description

Fileからの読取装置

  • author: okada

Located in /IO/FileReader.php (line 9)

CFW_IO_Reader
   |
   --CFW_IO_FileReader
Variable Summary
unknown_type $buffer
unknown_type $bufferLength
unknown_type $bufferPointer
unknown_type $bufferSize
unknown_type $filename
unknown_type $fp
Method Summary
unknown_type __construct ($filename $filename, [$option $option = array()])
unknown_type close ()
void isEOF ()
unknown_type open ()
void read ()
void readLine ()
Variables
unknown_type $buffer (line 25)

入力バッファ

unknown_type $bufferLength (line 35)

現在の入力バッファのサイズ

unknown_type $bufferPointer (line 30)

入力バッファ読み取り位置

unknown_type $bufferSize = 4096 (line 40)

基本バッファサイズ デフォルト4096

unknown_type $filename (line 14)

ファイル名

unknown_type $fp (line 19)

ファイルハンドル

Methods
Constructor __construct (line 47)

構築

  • access: public
unknown_type __construct ($filename $filename, [$option $option = array()])
  • $filename $filename: ファイル名
  • $option $option: オプション "buffer_size" バッファサイズ変更

Redefinition of:
CFW_IO_Reader::__construct()
close (line 68)

ファイルを閉じる

  • access: public
unknown_type close ()
isEOF (line 154)

(non-PHPdoc)

  • see: isEOF()
  • access: public
void isEOF ()

Redefinition of:
CFW_IO_Reader::isEOF()
open (line 61)

読み取り可能状態にする

  • access: public
unknown_type open ()
read (line 76)

(non-PHPdoc)

  • see: read()
  • access: public
void read ()

Redefinition of:
CFW_IO_Reader::read()
readLine (line 96)

(non-PHPdoc)

  • see: readLine()
  • access: public
void readLine ()

Redefinition of:
CFW_IO_Reader::readLine()

Inherited Methods

Inherited From CFW_IO_Reader

CFW_IO_Reader::__construct()
CFW_IO_Reader::isEOF()
CFW_IO_Reader::read()
CFW_IO_Reader::readLine()
Class Constants

Inherited Constants

Inherited from CFW_IO_Reader

CFW_IO_Reader::EOF

Documentation generated on Fri, 25 Dec 2009 22:45:19 +0900 by phpDocumentor 1.4.3