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
- See Also:
- Constant Field Values
-
PRIMOS
public static final int PRIMOS
- See Also:
- Constant Field Values
-
UNIX
public static final int UNIX
- See Also:
- Constant Field Values
-
AMIGA
public static final int AMIGA
- See Also:
- Constant Field Values
-
MAC_OS
public static final int MAC_OS
- See Also:
- Constant Field Values
-
OS_2
public static final int OS_2
- See Also:
- Constant Field Values
-
APPLE_GS
public static final int APPLE_GS
- See Also:
- Constant Field Values
-
ATARI_ST
public static final int ATARI_ST
- See Also:
- Constant Field Values
-
NEXT
public static final int NEXT
- See Also:
- Constant Field Values
-
VAX_VMS
public static final int VAX_VMS
- See Also:
- Constant Field Values
-
WIN95
public static final int WIN95
- See Also:
- Constant Field Values
-
WIN32
public static final int WIN32
- See Also:
- Constant Field Values
-
-