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–2019 The Apache Software Foundation. All rights reserved.