Located in /incubator/Zend/Search/Lucene/storage/filesystem/ZSearchFileFilesystem.php (line 36)
ZSearchFile | --ZSearchFileFilesystem
Class constructor. Open the file.
Class destructor. Close the file.
Close File object
Sets the file position indicator and advances the file pointer.
The new position, measured in bytes from the beginning of the file, is obtained by adding offset to the position specified by whence, whose values are defined as follows: SEEK_SET - Set position equal to offset bytes. SEEK_CUR - Set position to current location plus offset. SEEK_END - Set position to end-of-file plus offset. (To move to a position before the end-of-file, you need to pass a negative value in offset.) Upon success, returns 0; otherwise, returns -1
Get the size of the already opened file
Get file position.
Read a $length bytes from the file and advance the file pointer.
Writes $length number of bytes (all, if $length===null) to the end of the file.
Inherited From ZSearchFile
ZSearchFile::__construct()
ZSearchFile::readBinary()
ZSearchFile::readByte()
ZSearchFile::readBytes()
ZSearchFile::readInt()
ZSearchFile::readLong()
ZSearchFile::readString()
ZSearchFile::readVInt()
ZSearchFile::seek()
ZSearchFile::tell()
ZSearchFile::writeByte()
ZSearchFile::writeBytes()
ZSearchFile::writeInt()
ZSearchFile::writeLong()
ZSearchFile::writeString()
ZSearchFile::writeVInt()
ZSearchFile::_fread()
ZSearchFile::_fwrite()
ZSearchFile::__destruct()
Documentation generated on Wed, 08 Mar 2006 04:56:43 -0800 by phpDocumentor 1.3.0RC4