public final class TarArchiveStructSparse extends Object
Whereas, "struct sparse" is:
struct sparse {
char offset[12]; // offset 0
char numbytes[12]; // offset 12
};
| Constructor and Description |
|---|
TarArchiveStructSparse(long offset,
long numbytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getNumbytes() |
long |
getOffset() |
int |
hashCode() |
String |
toString() |
public TarArchiveStructSparse(long offset, long numbytes)
Copyright © 2020 The Apache Software Foundation. All rights reserved.