Class TarEntryDescription
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.TarEntryDescription
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTarEntryDescription
(String tarFileId, String entryName, long startPos, long size, String digestValue) -
Method Summary
Modifier and TypeMethodDescriptionlong
getSize()
long
setDigestValue
(String digestValue) setEntryName
(String entryName) setSize
(long size) setStartPos
(long startPos) setTarFileId
(String tarFileId)
-
Field Details
-
TAR_FILE_ID
- See Also:
-
ENTRY_NAME
- See Also:
-
START_POS
- See Also:
-
SIZE
- See Also:
-
DIGEST
- See Also:
-
-
Constructor Details
-
TarEntryDescription
public TarEntryDescription() -
TarEntryDescription
-
-
Method Details
-
getTarFileId
-
setTarFileId
-
getEntryName
-
setEntryName
-
getStartPos
public long getStartPos() -
setStartPos
-
getSize
public long getSize() -
setSize
-
getDigestValue
-
setDigestValue
-