Class DumpArchiveEntry.TapeSegmentHeader
java.lang.Object
org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- Enclosing class:
- DumpArchiveEntry
Archive entry as stored on tape. There is one TSH for (at most)
every 512k in the file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
volume
private int volume -
ino
private int ino -
count
private int count -
holes
private int holes -
cdata
private final byte[] cdata
-
-
Constructor Details
-
TapeSegmentHeader
TapeSegmentHeader()
-
-
Method Details
-
getType
-
getVolume
public int getVolume() -
getIno
public int getIno() -
setIno
void setIno(int ino) -
getCount
public int getCount() -
getHoles
public int getHoles() -
getCdata
public int getCdata(int idx)
-