public class VarLongArrayFunctions extends LongArrayFunctions
| Modifier and Type | Field and Description |
|---|---|
static VarLongArrayFunctions |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
VarLongArrayFunctions() |
| Modifier and Type | Method and Description |
|---|---|
long[] |
read(BytesDataInput input)
Reads an array from the given input stream.
|
long[] |
read(DataInput input)
Reads an array from the given input stream.
|
long[] |
readRaw(BytesDataInput input,
int length)
Reads an array from the given input stream.
|
long[] |
readRaw(DataInput input,
int length)
Reads an array from the given input stream.
|
void |
write(BytesDataOutput output,
long[] value)
Writes the contents of the given array to the output stream.
|
void |
write(DataOutput output,
long[] value)
Writes the contents of the given array to the output stream.
|
void |
writeRaw(BytesDataOutput output,
long[] value)
Writes the contents of the given array to the output stream.
|
void |
writeRaw(DataOutput output,
long[] value)
Writes the contents of the given array to the output stream.
|
concat, copyArray, copyOfRange, endsWith, equals, equals, getCommonPrefixLength, getCommonSuffixLength, getLength, newArray, startsWithpublic static final VarLongArrayFunctions INSTANCE
public void write(DataOutput output, long[] value) throws java.io.IOException
ArrayFunctionswrite in interface ArrayFunctions<long[]>write in class LongArrayFunctionsoutput - stream to write tovalue - array to be writtenjava.io.IOException - if an I/O error occurspublic void writeRaw(DataOutput output, long[] value) throws java.io.IOException
ArrayFunctionswriteRaw in interface ArrayFunctions<long[]>writeRaw in class LongArrayFunctionsoutput - stream to write tovalue - array to be writtenjava.io.IOException - if an I/O error occurspublic void write(BytesDataOutput output, long[] value)
ArrayFunctionswrite in interface ArrayFunctions<long[]>write in class LongArrayFunctionsoutput - stream to write tovalue - array to be writtenpublic void writeRaw(BytesDataOutput output, long[] value)
ArrayFunctionswriteRaw in interface ArrayFunctions<long[]>writeRaw in class LongArrayFunctionsoutput - stream to write tovalue - array to be writtenpublic long[] read(DataInput input) throws java.io.IOException
ArrayFunctionsread in interface ArrayFunctions<long[]>read in class LongArrayFunctionsinput - stream to read fromjava.io.IOException - if an I/O error occurspublic long[] readRaw(DataInput input, int length) throws java.io.IOException
ArrayFunctionsreadRaw in interface ArrayFunctions<long[]>readRaw in class LongArrayFunctionsinput - stream to read fromlength - array lengthjava.io.IOException - if an I/O error occurspublic long[] read(BytesDataInput input)
ArrayFunctionsread in interface ArrayFunctions<long[]>read in class LongArrayFunctionsinput - stream to read frompublic long[] readRaw(BytesDataInput input, int length)
ArrayFunctionsreadRaw in interface ArrayFunctions<long[]>readRaw in class LongArrayFunctionsinput - stream to read fromlength - array length