Class TarConstants
java.lang.Object
com.codename1.io.tar.TarConstants
public class TarConstants
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EOF_BLOCK
public static final int EOF_BLOCK- See Also:
-
DATA_BLOCK
public static final int DATA_BLOCK- See Also:
-
HEADER_BLOCK
public static final int HEADER_BLOCK- See Also:
-
-
Constructor Details
-
TarConstants
public TarConstants()
-