class LazyBSONObject.ElementRecord
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
fieldNameSize |
(package private) java.lang.String |
name |
(package private) int |
offset |
(package private) byte |
type
The offset the record begins at.
|
(package private) int |
valueOffset |
| Constructor and Description |
|---|
ElementRecord(java.lang.String name,
int offset) |