Class ArjArchiveEntry.HostOs
java.lang.Object
org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- Enclosing class:
ArjArchiveEntry
The known values for HostOs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant value 3.static final int
Constant value 6.static final int
Constant value 7.static final int
Constant value 0.static final int
Constant value 4.static final int
Constant value 8.static final int
Constant value 5.static final int
Constant value 1.static final int
Constant value 2.static final int
Constant value 9.static final int
Constant value 11.static final int
Constant value 10. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOS
Constant value 0.- See Also:
-
PRIMOS
Constant value 1.- See Also:
-
UNIX
Constant value 2.- See Also:
-
AMIGA
Constant value 3.- See Also:
-
MAC_OS
Constant value 4.- See Also:
-
OS_2
Constant value 5.- See Also:
-
APPLE_GS
Constant value 6.- See Also:
-
ATARI_ST
Constant value 7.- See Also:
-
NEXT
Constant value 8.- See Also:
-
VAX_VMS
Constant value 9.- See Also:
-
WIN95
Constant value 10.- See Also:
-
WIN32
Constant value 11.- See Also:
-
-
Constructor Details
-
HostOs
Deprecated.Will be private in the next major release.Constructs a new instance.
-