Uses of Class
fr.gouv.vitam.storage.engine.common.model.TarEntryDescription
Packages that use TarEntryDescription
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of TarEntryDescription in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TarEntryDescriptionModifier and TypeMethodDescriptionTarEntryDescription.setDigestValue(String digestValue) TarEntryDescription.setEntryName(String entryName) TarEntryDescription.setSize(long size) TarEntryDescription.setStartPos(long startPos) TarEntryDescription.setTarFileId(String tarFileId) Methods in fr.gouv.vitam.storage.engine.common.model that return types with arguments of type TarEntryDescriptionModifier and TypeMethodDescriptionFileInTape.getFileSegments()TapeLibraryTarObjectStorageLocation.getTarEntries()Method parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type TarEntryDescriptionModifier and TypeMethodDescriptionvoidFileInTape.setFileSegments(List<TarEntryDescription> fileSegments) TapeLibraryTarObjectStorageLocation.setTarEntries(List<TarEntryDescription> tarEntries) Constructor parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type TarEntryDescriptionModifierConstructorDescriptionFileInTape(String fileName, String storageId, List<TarEntryDescription> fileSegments) TapeLibraryTarObjectStorageLocation(List<TarEntryDescription> tarEntries) -
Uses of TarEntryDescription in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return TarEntryDescriptionModifier and TypeMethodDescriptionTarAppender.append(String entryName, InputStream inputStream, long size) Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TarEntryDescriptionModifier and TypeMethodDescriptionstatic InputStreamTarHelper.readEntryAtPos(FileInputStream fileInputStream, TarEntryDescription entryDescription) Gets an input stream for a specific tar entry.