Uses of Class
com.github.junrar.exception.RarException
-
Packages that use RarException Package Description com.github.junrar com.github.junrar.exception com.github.junrar.unpack com.github.junrar.unpack.ppm -
-
Uses of RarException in com.github.junrar
Methods in com.github.junrar that throw RarException Modifier and Type Method Description private static ArchiveJunrar. createArchiveOrThrowException(VolumeManager volumeManager, java.lang.String password)private static ArchiveJunrar. createArchiveOrThrowException(java.io.File file, java.lang.String password)private static ArchiveJunrar. createArchiveOrThrowException(java.io.InputStream rarAsStream, java.lang.String password)private voidArchive. doExtractFile(FileHeader hd, java.io.OutputStream os)static java.util.List<java.io.File>Junrar. extract(VolumeManager volumeManager, java.io.File destinationFolder)static java.util.List<java.io.File>Junrar. extract(VolumeManager volumeManager, java.io.File destinationFolder, java.lang.String password)static java.util.List<java.io.File>Junrar. extract(java.io.File rar, java.io.File destinationFolder)static java.util.List<java.io.File>Junrar. extract(java.io.File rar, java.io.File destinationFolder, java.lang.String password)static java.util.List<java.io.File>Junrar. extract(java.io.InputStream resourceAsStream, java.io.File destinationFolder)static java.util.List<java.io.File>Junrar. extract(java.io.InputStream resourceAsStream, java.io.File destinationFolder, java.lang.String password)static java.util.List<java.io.File>Junrar. extract(java.lang.String rarPath, java.lang.String destinationPath)static java.util.List<java.io.File>Junrar. extract(java.lang.String rarPath, java.lang.String destinationPath, java.lang.String password)(package private) java.io.FileLocalFolderExtractor. extract(Archive arch, FileHeader fileHeader)private static java.util.List<java.io.File>Junrar. extractArchiveTo(Archive arch, LocalFolderExtractor destination)voidArchive. extractFile(FileHeader hd, java.io.OutputStream os)Extract the file specified by the given header and write it to the supplied output streamstatic java.util.List<ContentDescription>Junrar. getContentsDescription(java.io.File rar)static java.util.List<ContentDescription>Junrar. getContentsDescription(java.io.InputStream resourceAsStream)private static java.util.List<ContentDescription>Junrar. getContentsDescriptionFromArchive(Archive arch)booleanArchive. isEncrypted()booleanArchive. isPasswordProtected()private voidArchive. readHeaders(long fileLength)Read the headers of the archiveprivate static byte[]Archive. safelyAllocate(long len, int maxSize)private voidArchive. setChannel(SeekableReadOnlyByteChannel channel, long length)voidArchive. setVolume(Volume volume)private static java.io.FileJunrar. tryToExtract(LocalFolderExtractor destination, Archive arch, FileHeader fileHeader)Constructors in com.github.junrar that throw RarException Constructor Description Archive(VolumeManager volumeManager, UnrarCallback unrarCallback, java.lang.String password)Archive(java.io.File firstVolume)Archive(java.io.File firstVolume, UnrarCallback unrarCallback)Archive(java.io.File firstVolume, UnrarCallback unrarCallback, java.lang.String password)Archive(java.io.File firstVolume, java.lang.String password)Archive(java.io.InputStream rarAsStream)Archive(java.io.InputStream rarAsStream, UnrarCallback unrarCallback)Archive(java.io.InputStream rarAsStream, UnrarCallback unrarCallback, java.lang.String password)Archive(java.io.InputStream rarAsStream, java.lang.String password) -
Uses of RarException in com.github.junrar.exception
Subclasses of RarException in com.github.junrar.exception Modifier and Type Class Description classBadRarArchiveExceptionclassCorruptHeaderExceptionclassCrcErrorExceptionclassHeaderNotInArchiveExceptionclassInitDeciphererFailedExceptionclassMainHeaderNullExceptionclassNotRarArchiveExceptionclassUnsupportedRarEncryptedExceptionclassUnsupportedRarV5Exception -
Uses of RarException in com.github.junrar.unpack
Methods in com.github.junrar.unpack that throw RarException Modifier and Type Method Description voidUnpack. doUnpack(int method, boolean solid)intUnpack. getChar()voidComprDataIO. init(FileHeader hd)private booleanUnpack. readEndOfBlock()protected voidUnpack20. ReadLastTables()private booleanUnpack. readTables()protected booleanUnpack20. ReadTables20()private booleanUnpack. readVMCode()private booleanUnpack. readVMCodePPM()protected voidUnpack15. unpack15(boolean solid)protected voidUnpack20. unpack20(boolean solid)private voidUnpack. unpack29(boolean solid)intComprDataIO. unpRead(byte[] addr, int offset, int count)protected booleanUnpack15. unpReadBuf()private voidUnpack. unstoreFile() -
Uses of RarException in com.github.junrar.unpack.ppm
Methods in com.github.junrar.unpack.ppm that throw RarException Modifier and Type Method Description voidRangeCoder. ariDecNormalize()intModelPPM. decodeChar()booleanModelPPM. decodeInit(Unpack unpackRead, int escChar)private intRangeCoder. getChar()voidRangeCoder. initDecoder(Unpack unpackRead)
-