public class FileMetaData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
checksum |
byte[] |
footer |
byte[] |
header |
long |
length |
| Constructor and Description |
|---|
FileMetaData(byte[] header,
byte[] footer,
long length,
long checksum) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.