Uses of Class
com.github.junrar.exception.RarException

Packages that use RarException
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
 void Archive.extractFile(FileHeader hd, OutputStream os)
          Extract the file specified by the given header and write it to the supplied output stream
 InputStream Archive.getInputStream(FileHeader hd)
          Returns an InputStream that will allow to read the file and stream it.
 

Constructors in com.github.junrar that throw RarException
Archive(File firstVolume)
           
Archive(File firstVolume, UnrarCallback unrarCallback)
           
Archive(VolumeManager volumeManager)
           
Archive(VolumeManager volumeManager, UnrarCallback unrarCallback)
          create a new archive object using the given VolumeManager
 

Uses of RarException in com.github.junrar.exception
 

Constructors in com.github.junrar.exception with parameters of type RarException
RarException(RarException e)
           
 

Uses of RarException in com.github.junrar.unpack
 

Methods in com.github.junrar.unpack that throw RarException
 void Unpack.doUnpack(int method, boolean solid)
           
 int Unpack.getChar()
           
protected  void Unpack20.ReadLastTables()
           
protected  boolean Unpack20.ReadTables20()
           
protected  void Unpack15.unpack15(boolean solid)
           
protected  void Unpack20.unpack20(boolean solid)
           
 int ComprDataIO.unpRead(byte[] addr, int offset, int count)
           
protected  boolean Unpack15.unpReadBuf()
           
 

Uses of RarException in com.github.junrar.unpack.ppm
 

Methods in com.github.junrar.unpack.ppm that throw RarException
 void RangeCoder.ariDecNormalize()
           
 int ModelPPM.decodeChar()
           
 boolean ModelPPM.decodeInit(Unpack unpackRead, int escChar)
           
 void RangeCoder.initDecoder(Unpack unpackRead)
           
 



Copyright © 2012. All Rights Reserved.