Uses of Class
com.github.junrar.unpack.ppm.BlockTypes

Packages that use BlockTypes
com.github.junrar.unpack.ppm   
 

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

Methods in com.github.junrar.unpack.ppm that return BlockTypes
static BlockTypes BlockTypes.findBlockType(int blockType)
           
static BlockTypes BlockTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlockTypes[] BlockTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.