Uses of Class
com.github.junrar.rarfile.UnrarHeadertype

Packages that use UnrarHeadertype
com.github.junrar.rarfile   
 

Uses of UnrarHeadertype in com.github.junrar.rarfile
 

Methods in com.github.junrar.rarfile that return UnrarHeadertype
static UnrarHeadertype UnrarHeadertype.findType(byte headerType)
          Returns the enum according to the given byte or null
 UnrarHeadertype BaseBlock.getHeaderType()
           
static UnrarHeadertype UnrarHeadertype.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UnrarHeadertype[] UnrarHeadertype.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.