debian man page for plucene::store::inputstream

Query: plucene::store::inputstream

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plucene::Store::InputStream(3pm)			User Contributed Perl Documentation			  Plucene::Store::InputStream(3pm)

NAME
Plucene::Store::InputStream - a random-access input stream
SYNOPSIS
# isa IO::File
DESCRIPTION
A random-access input stream.Used for all Plucene index input operations.
METHODS
new my $inputstream = Plucene::Store::InputStream->new($file); Create a new input stream. fh / read / seek / tell / getc / print / eof / close File operations clone This will return a clone of this stream. read_byte This will read and return a single byte. read_int This will read four bytes and return an integer. read_vint This will read an integer stored in a variable-length format. read_vlong This will read a long and stored in variable-length format read_string This will read a string. read_long This will read eight bytes and return a long. perl v5.12.4 2011-08-14 Plucene::Store::InputStream(3pm)
Related Man Pages
plucene::document::field(3pm) - debian
plucene::index::segmentreader(3pm) - debian
plucene::index::writer(3pm) - debian
plucene::search::query(3pm) - debian
plucene::testcase(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?