public class OffsetLength extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
length
The length of data entry in bytes
|
long |
offset
Offset in bytes in a file (for use with RandomAccessFiles)
|
| Constructor and Description |
|---|
OffsetLength(long offset,
int length) |
Copyright © 2017. All rights reserved.