Class MainHeader.HostOS
- java.lang.Object
-
- org.apache.commons.compress.archivers.arj.MainHeader.HostOS
-
- Enclosing class:
- MainHeader
static class MainHeader.HostOS extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intAMIGA(package private) static intAPPLE_GS(package private) static intATARI_ST(package private) static intMAC_OS(package private) static intMS_DOS(package private) static intNeXT(package private) static intOS2(package private) static intPRIMOS(package private) static intUNIX(package private) static intVAX_VMS(package private) static intWIN32(package private) static intWIN95
-
Constructor Summary
Constructors Constructor Description HostOS()
-
-
-
Field Detail
-
MS_DOS
static final int MS_DOS
- See Also:
- Constant Field Values
-
PRIMOS
static final int PRIMOS
- See Also:
- Constant Field Values
-
UNIX
static final int UNIX
- See Also:
- Constant Field Values
-
AMIGA
static final int AMIGA
- See Also:
- Constant Field Values
-
MAC_OS
static final int MAC_OS
- See Also:
- Constant Field Values
-
OS2
static final int OS2
- See Also:
- Constant Field Values
-
APPLE_GS
static final int APPLE_GS
- See Also:
- Constant Field Values
-
ATARI_ST
static final int ATARI_ST
- See Also:
- Constant Field Values
-
NeXT
static final int NeXT
- See Also:
- Constant Field Values
-
VAX_VMS
static final int VAX_VMS
- See Also:
- Constant Field Values
-
WIN95
static final int WIN95
- See Also:
- Constant Field Values
-
WIN32
static final int WIN32
- See Also:
- Constant Field Values
-
-