A random-access output stream
# isa Plucene::Store::InputStream
This is an abstract class for output to a file in a Directory. A random-access output stream. Used for all Plucene index output operations.
Create a new Plucene::Store::OutputStream
Clone this
File operations
This will write a single byte.
This will write an int as four bytes.
This will write an int in a variable length format.
This will write a long as eight bytes.
This will write a long in variable length format.
This will write a string.