GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plucene::Store::OutputStream(3) User Contributed Perl Documentation Plucene::Store::OutputStream(3)

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.
2005-09-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.