Uses of Class
org.apache.lucene.util.packed.PackedInts.Writer

Packages that use PackedInts.Writer
org.apache.lucene.util.packed The packed package provides random access capable arrays of positive longs. 
 

Uses of PackedInts.Writer in org.apache.lucene.util.packed
 

Methods in org.apache.lucene.util.packed that return PackedInts.Writer
static PackedInts.Writer PackedInts.getWriter(DataOutput out, int valueCount, int bitsPerValue)
          Create a packed integer array writer for the given number of values at the given bits/value.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.