public static class SummingArrayCombiner.FixedLongArrayEncoder extends SummingArrayCombiner.DOSArrayEncoder<Long>
Constructor and Description |
---|
FixedLongArrayEncoder() |
Modifier and Type | Method and Description |
---|---|
Long |
read(DataInputStream dis) |
void |
write(DataOutputStream dos,
Long v) |
decode, decodeUnchecked, encode
decode
public void write(DataOutputStream dos, Long v) throws IOException
write
in class SummingArrayCombiner.DOSArrayEncoder<Long>
IOException
public Long read(DataInputStream dis) throws IOException
read
in class SummingArrayCombiner.DOSArrayEncoder<Long>
IOException
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.