Zend_Search_Lucene_Storage_File_FilesystemLocated in /Zend/Search/Lucene/Storage/File/Filesystem.php (line 37)
Zend_Search_Lucene_Storage_File | --Zend_Search_Lucene_Storage_File_Filesystem
Constructor __construct (line 52)
Class constructor. Open the file.
close (line 118)
Close File object
flush (line 110)
Flush output.
Returns true on success or false on failure.
lock (line 191)
Lock file
Lock type may be a LOCK_SH (shared lock) or a LOCK_EX (exclusive lock)
seek (line 87)
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.) SEEK_CUR is the only supported offset type for compound files
Upon success, returns 0; otherwise, returns -1
size (line 131)
Get the size of the already opened file
tell (line 98)
Get file position.
unlock (line 207)
Unlock file
Returns true on success
_fread (line 147)
Read a $length bytes from the file and advance the file pointer.
_fwrite (line 173)
Writes $length number of bytes (all, if $length===null) to the end of the file.
Inherited From Zend_Search_Lucene_Storage_File
Zend_Search_Lucene_Storage_File::flush()
Zend_Search_Lucene_Storage_File::lock()
Zend_Search_Lucene_Storage_File::readBinary()
Zend_Search_Lucene_Storage_File::readByte()
Zend_Search_Lucene_Storage_File::readBytes()
Zend_Search_Lucene_Storage_File::readInt()
Zend_Search_Lucene_Storage_File::readLong()
Zend_Search_Lucene_Storage_File::readString()
Zend_Search_Lucene_Storage_File::readVInt()
Zend_Search_Lucene_Storage_File::seek()
Zend_Search_Lucene_Storage_File::tell()
Zend_Search_Lucene_Storage_File::unlock()
Zend_Search_Lucene_Storage_File::writeByte()
Zend_Search_Lucene_Storage_File::writeBytes()
Zend_Search_Lucene_Storage_File::writeInt()
Zend_Search_Lucene_Storage_File::writeLong()
Zend_Search_Lucene_Storage_File::writeString()
Zend_Search_Lucene_Storage_File::writeVInt()
Zend_Search_Lucene_Storage_File::_fread()
Zend_Search_Lucene_Storage_File::_fwrite()
Documentation generated on Wed, 21 Feb 2007 11:48:06 -0800 by phpDocumentor 1.3.1