Query: plucene::bitvector
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plucene::Bitvector(3pm) User Contributed Perl Documentation Plucene::Bitvector(3pm)NAMEPlucene::Bitvector - a vector of bitsSYNOPSIS# isa Bit::Vector::Minimal; my $bitvector = Plucene::Bitvector->read($stream); $bitvector->write($stream); my $count = $bitvector->count;DESCRIPTIONA 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.METHODScount 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. perl v5.12.4 2011-08-14 Plucene::Bitvector(3pm)