Uses of Class
com.github.junrar.rarfile.HostSystem
-
Packages that use HostSystem Package Description com.github.junrar.rarfile -
-
Uses of HostSystem in com.github.junrar.rarfile
Fields in com.github.junrar.rarfile declared as HostSystem Modifier and Type Field Description private HostSystemFileHeader. hostOSMethods in com.github.junrar.rarfile that return HostSystem Modifier and Type Method Description static HostSystemHostSystem. findHostSystem(byte hostByte)HostSystemFileHeader. getHostOS()static HostSystemHostSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HostSystem[]HostSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-