org.apache.lucene.facet.encoding
Class VInt8IntDecoder

java.lang.Object
  extended by org.apache.lucene.facet.encoding.IntDecoder
      extended by org.apache.lucene.facet.encoding.VInt8IntDecoder

public final class VInt8IntDecoder
extends IntDecoder

Decodes values encoded by VInt8IntEncoder.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
VInt8IntDecoder()
           
 
Method Summary
 void decode(BytesRef buf, IntsRef values)
          Decodes the values from the buffer into the given IntsRef.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VInt8IntDecoder

public VInt8IntDecoder()
Method Detail

decode

public void decode(BytesRef buf,
                   IntsRef values)
Description copied from class: IntDecoder
Decodes the values from the buffer into the given IntsRef. Note that values.offset is set to 0, and values.length is updated to denote the number of decoded values.

Specified by:
decode in class IntDecoder

toString

public String toString()
Overrides:
toString in class Object


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