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 intConstant value 3.static final intConstant value 6.static final intConstant value 7.static final intConstant value 0.static final intConstant value 4.static final intConstant value 8.static final intConstant value 5.static final intConstant value 1.static final intConstant value 2.static final intConstant value 9.static final intConstant value 11.static final intConstant value 10. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOS
public static final int DOSConstant value 0.- See Also:
-
PRIMOS
public static final int PRIMOSConstant value 1.- See Also:
-
UNIX
public static final int UNIXConstant value 2.- See Also:
-
AMIGA
public static final int AMIGAConstant value 3.- See Also:
-
MAC_OS
public static final int MAC_OSConstant value 4.- See Also:
-
OS_2
public static final int OS_2Constant value 5.- See Also:
-
APPLE_GS
public static final int APPLE_GSConstant value 6.- See Also:
-
ATARI_ST
public static final int ATARI_STConstant value 7.- See Also:
-
NEXT
public static final int NEXTConstant value 8.- See Also:
-
VAX_VMS
public static final int VAX_VMSConstant value 9.- See Also:
-
WIN95
public static final int WIN95Constant value 10.- See Also:
-
WIN32
public static final int WIN32Constant value 11.- See Also:
-
-
Constructor Details
-
HostOs
Deprecated.Will be private in the next major release.Constructs a new instance.
-