Zend_Search_Lucene_Storage_FileLocated in /Zend/Search/Lucene/Storage/File.php (line 35)
flush (line 79)
Flush output.
Returns true on success or false on failure.
lock (line 98)
Lock file
Lock type may be a LOCK_SH (shared lock) or a LOCK_EX (exclusive lock)
readBinary (line 423)
Reads binary data from the current position in the file and advances the file pointer.
readByte (line 111)
Reads a byte from the current position in the file and advances the file pointer.
readBytes (line 133)
Read num bytes from the current position in the file and advances the file pointer.
readInt (line 157)
Reads an integer from the current position in the file and advances the file pointer.
readLong (line 190)
Returns a long integer from the current position in the file and advances the file pointer.
readString (line 300)
Reads a string from the current position in the file and advances the file pointer.
readVInt (line 266)
Returns a variable-length integer from the current position in the file and advances the file pointer.
seek (line 63)
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
tell (line 70)
Get file position.
unlock (line 103)
Unlock file
writeByte (line 121)
Writes a byte to the end of the file.
writeBytes (line 145)
Writes num bytes of data (all, if $num===null) to the end of the string.
writeInt (line 173)
Writes an integer to the end of file.
writeLong (line 229)
Writes long integer to the end of file
writeString (line 357)
Writes a string to the end of file.
writeVInt (line 283)
Writes a variable-length integer to the end of file.
_fread (line 44)
Reads $length number of bytes at the current position in the file and advances the file pointer.
_fwrite (line 88)
Writes $length number of bytes (all, if $length===null) to the end of the file.
Documentation generated on Wed, 21 Feb 2007 11:47:47 -0800 by phpDocumentor 1.3.1