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::InputStream(3) User Contributed Perl Documentation Plucene::Store::InputStream(3)

Plucene::Store::InputStream - a random-access input stream

        # isa IO::File

A random-access input stream.Used for all Plucene index input operations.

        my $inputstream = Plucene::Store::InputStream->new($file);

Create a new input stream.

File operations

This will return a clone of this stream.

This will read and return a single byte.

This will read four bytes and return an integer.

This will read an integer stored in a variable-length format.

This will read a long and stored in variable-length format

This will read a string.

This will read eight bytes and return a long.
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.