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 int
AMIGA
(package private) static int
APPLE_GS
(package private) static int
ATARI_ST
(package private) static int
MAC_OS
(package private) static int
MS_DOS
(package private) static int
NeXT
(package private) static int
OS2
(package private) static int
PRIMOS
(package private) static int
UNIX
(package private) static int
VAX_VMS
(package private) static int
WIN32
(package private) static int
WIN95
-
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
-
-