Class ArjArchiveEntry.HostOs
- java.lang.Object
-
- org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
-
- Enclosing class:
- ArjArchiveEntry
public static class ArjArchiveEntry.HostOs extends java.lang.Object
The known values for HostOs.
-
-
Constructor Summary
Constructors Constructor Description HostOs()
-
-
-
Field Detail
-
DOS
public static final int DOS
0- See Also:
- Constant Field Values
-
PRIMOS
public static final int PRIMOS
1- See Also:
- Constant Field Values
-
UNIX
public static final int UNIX
2- See Also:
- Constant Field Values
-
AMIGA
public static final int AMIGA
3- See Also:
- Constant Field Values
-
MAC_OS
public static final int MAC_OS
4- See Also:
- Constant Field Values
-
OS_2
public static final int OS_2
5- See Also:
- Constant Field Values
-
APPLE_GS
public static final int APPLE_GS
6- See Also:
- Constant Field Values
-
ATARI_ST
public static final int ATARI_ST
7- See Also:
- Constant Field Values
-
NEXT
public static final int NEXT
8- See Also:
- Constant Field Values
-
VAX_VMS
public static final int VAX_VMS
9- See Also:
- Constant Field Values
-
WIN95
public static final int WIN95
10- See Also:
- Constant Field Values
-
WIN32
public static final int WIN32
11- See Also:
- Constant Field Values
-
-