Searched refs:readUnsignedLong (Results 1 – 2 of 2) sorted by relevance
173 public static long readUnsignedLong(ByteInput in, int zwidth, boolean fillOnRight) { in readUnsignedLong() method in EncodedValueCodec
175 return Double.longBitsToDouble(EncodedValueCodec.readUnsignedLong(in, arg, true)); in readDouble()