static class DumpArchiveEntry.TapeSegmentHeader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
cdata |
private int |
count |
private int |
holes |
private int |
ino |
private DumpArchiveConstants.SEGMENT_TYPE |
type |
private int |
volume |
Constructor and Description |
---|
TapeSegmentHeader() |
Modifier and Type | Method and Description |
---|---|
int |
getCdata(int idx) |
int |
getCount() |
int |
getHoles() |
int |
getIno() |
DumpArchiveConstants.SEGMENT_TYPE |
getType() |
int |
getVolume() |
(package private) void |
setIno(int ino) |
private DumpArchiveConstants.SEGMENT_TYPE type
private int volume
private int ino
private int count
private int holes
private final byte[] cdata
public DumpArchiveConstants.SEGMENT_TYPE getType()
public int getVolume()
public int getIno()
void setIno(int ino)
public int getCount()
public int getHoles()
public int getCdata(int idx)