Class TarUtils

java.lang.Object
com.codename1.io.tar.TarUtils

public final class TarUtils extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    Determines the tar file size of the given folder/file path

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • calculateTarSize

      public static long calculateTarSize(String path) throws java.io.IOException

      Determines the tar file size of the given folder/file path

      Parameters
      • path
      Throws
      • IOException
      Throws:
      java.io.IOException