Uses of Class
com.aspose.zip.TarEntry
-
-
Uses of TarEntry in com.aspose.zip
Methods in com.aspose.zip that return TarEntry Modifier and Type Method Description TarEntryTarArchive. createEntry(String name, File file)Creates a single entry within the archive.TarEntryTarArchive. createEntry(String name, File file, boolean openImmediately)Creates a single entry within the archive.TarEntryTarArchive. createEntry(String name, InputStream source)Creates a single entry within the archive.TarEntryTarArchive. createEntry(String name, InputStream source, File file)Creates a single entry within the archive.TarEntryTarArchive. createEntry(String name, String path)Creates a single entry within the archive.TarEntryTarArchive. createEntry(String name, String path, boolean openImmediately)Creates a single entry within the archive.Methods in com.aspose.zip that return types with arguments of type TarEntry Modifier and Type Method Description List<TarEntry>TarArchive. getEntries()Gets entries ofTarEntrytype constituting the archive.Methods in com.aspose.zip with parameters of type TarEntry Modifier and Type Method Description TarArchiveTarArchive. deleteEntry(TarEntry entry)Removes the first occurrence of a specific entry from the entry list.
-