public class Decoder extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
long |
reg |
Modifier and Type | Method and Description |
---|---|
void |
decode(int[] array,
int i,
int count) |
int |
decode32bits() |
long |
decode64bits() |
int |
decodeUnary() |
int |
decodeUnsigned() |
int |
decodeUnsigned(int n) |
long |
decodeUnsignedLong() |
void |
realign() |
public Decoder(DataInput in)
public long decodeUnsignedLong() throws IOException
IOException
public long decode64bits() throws IOException
IOException
public int decode32bits() throws IOException
IOException
public void realign()
public void decode(int[] array, int i, int count) throws IOException
IOException
public int decodeUnary() throws IOException
IOException
public int decodeUnsigned() throws IOException
IOException
public int decodeUnsigned(int n) throws IOException
IOException
Copyright © 2016 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com