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

Plucene::Bitvector - a vector of bits

        # isa Bit::Vector::Minimal;

        my $bitvector = Plucene::Bitvector->read($stream);

        $bitvector->write($stream);
        
        my $count = $bitvector->count;

A serialisable implementation of a vector of bits.

This subclass of Bit::Vector::Minimal allows the writing (and reading) of vectors to (and from) a Plucene stream.

        my $count = $bitvector->count;

Compute the number of one-bits.

        $bitvector->write($stream);

Write this vector to the passed in stream.

        my $bitvector = Plucene::Bitvector->read($stream);

Read from the passed in stream.

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.