public class LongBitFormat extends Object implements Serializable
| Constructor and Description |
|---|
LongBitFormat(String name,
LongBitFormat previous,
int length,
long min) |
| Modifier and Type | Method and Description |
|---|---|
long |
combine(long value,
long record)
Combine the value to the record.
|
long |
getMin() |
long |
retrieve(long record)
Retrieve the value from the record.
|
public LongBitFormat(String name, LongBitFormat previous, int length, long min)
Copyright © 2018 CERN. All Rights Reserved.