Plucene::Bitvector - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION METHODS
NAME
    Plucene::Bitvector - a vector of bits

SYNOPSIS
            # isa Bit::Vector::Minimal;

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

            $bitvector->write($stream);

            my $count = $bitvector->count;

DESCRIPTION
    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.

METHODS
  count
            my $count = $bitvector->count;

    Compute the number of one-bits.

  write
            $bitvector->write($stream);

    Write this vector to the passed in stream.

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

    Read from the passed in stream.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:17 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top