public class LongBitFormat extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | LongBitFormat.Enum | 
| 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. | 
| int | getLength() | 
| long | getMin() | 
| long | retrieve(long record)Retrieve the value from the record. | 
public LongBitFormat(String name, LongBitFormat previous, int length, long min)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.