Uses of Class
com.github.junrar.exception.RarException
Packages that use RarException
Package
Description
-
Uses of RarException in com.github.junrar
Methods in com.github.junrar that throw RarExceptionModifier and TypeMethodDescriptionprivate static ArchiveJunrar.createArchiveOrThrowException(VolumeManager volumeManager, String password) private static ArchiveJunrar.createArchiveOrThrowException(File file, String password) private static ArchiveJunrar.createArchiveOrThrowException(InputStream rarAsStream, String password) private voidArchive.doExtractFile(FileHeader hd, OutputStream os) Junrar.extract(VolumeManager volumeManager, File destinationFolder) Junrar.extract(VolumeManager volumeManager, File destinationFolder, String password) Junrar.extract(InputStream resourceAsStream, File destinationFolder) Junrar.extract(InputStream resourceAsStream, File destinationFolder, String password) (package private) FileLocalFolderExtractor.extract(Archive arch, FileHeader fileHeader) Junrar.extractArchiveTo(Archive arch, LocalFolderExtractor destination) voidArchive.extractFile(FileHeader hd, OutputStream os) Extract the file specified by the given header and write it to the supplied output streamstatic List<ContentDescription> Junrar.getContentsDescription(File rar) static List<ContentDescription> Junrar.getContentsDescription(InputStream resourceAsStream) private static 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) voidprivate static FileJunrar.tryToExtract(LocalFolderExtractor destination, Archive arch, FileHeader fileHeader) Constructors in com.github.junrar that throw RarExceptionModifierConstructorDescriptionArchive(VolumeManager volumeManager, UnrarCallback unrarCallback, String password) Archive(File firstVolume, UnrarCallback unrarCallback) Archive(File firstVolume, UnrarCallback unrarCallback, String password) Archive(InputStream rarAsStream) Archive(InputStream rarAsStream, UnrarCallback unrarCallback) Archive(InputStream rarAsStream, UnrarCallback unrarCallback, String password) Archive(InputStream rarAsStream, String password) -
Uses of RarException in com.github.junrar.exception
Subclasses of RarException in com.github.junrar.exceptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of RarException in com.github.junrar.unpack
Methods in com.github.junrar.unpack that throw RarExceptionModifier and TypeMethodDescriptionvoidUnpack.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 RarExceptionModifier and TypeMethodDescriptionvoidRangeCoder.ariDecNormalize()intModelPPM.decodeChar()booleanModelPPM.decodeInit(Unpack unpackRead, int escChar) private intRangeCoder.getChar()voidRangeCoder.initDecoder(Unpack unpackRead)