DOKK / manpages / debian 11 / libplucene-perl / Plucene::Store::OutputStream.3pm.en
Plucene::Store::OutputStream(3pm) User Contributed Perl Documentation Plucene::Store::OutputStream(3pm)

Plucene::Store::OutputStream - 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.

2018-04-02 perl v5.26.1