Class TarUtils
java.lang.Object
com.codename1.io.tar.TarUtils
public final class TarUtils
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionstatic longcalculateTarSize(String path) Determines the tar file size of the given folder/file pathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
calculateTarSize
Determines the tar file size of the given folder/file path
Parameters
path
Throws
IOException
- Throws:
java.io.IOException
-