java.io.Serializablepublic class LongBitFormat
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
LongBitFormat.Enum |
| Constructor | Description |
|---|---|
LongBitFormat(java.lang.String name,
LongBitFormat previous,
int length,
long min) |
| Modifier and Type | Method | 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(java.lang.String name,
LongBitFormat previous,
int length,
long min)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.