Class FileReference

java.lang.Object
com.netlang.io.FileReference

public class FileReference extends Object
The FileReference class
  • Constructor Details

    • FileReference

      public FileReference(String path, boolean temporary, boolean compress)
      Initializes a newly created FileReference
    • FileReference

      public FileReference(String path, boolean temporary)
      Initializes a newly created FileReference
  • Method Details

    • appendFileName

      public static String appendFileName(String path, String originalPath)
    • getFileName

      public static String getFileName(String filename)
    • isTemporary

      public boolean isTemporary()
    • getName

      public String getName()
    • getPath

      public String getPath()
    • close

      public void close()
    • isCompress

      public boolean isCompress()