![]() |
![]()
| ![]() |
![]()
NAMEPlucene::Store::OutputStream - a random-access output stream SYNOPSIS# isa Plucene::Store::InputStream DESCRIPTIONThis is an abstract class for output to a file in a Directory. A random-access output stream. Used for all Plucene index output operations. METHODSnewCreate a new Plucene::Store::OutputStream cloneClone this fh / read / seek / tell / getc / print / eof / closeFile operations write_byteThis will write a single byte. write_intThis will write an int as four bytes. write_vintThis will write an int in a variable length format. write_longThis will write a long as eight bytes. write_vlongThis will write a long in variable length format. write_stringThis will write a string.
|