Class CreateFile


  • public class CreateFile
    extends java.lang.Object
    This sample demonstrates how to create a file with default attribute values. The file name is given as an argument.
    Since:
    2.4.0
    See Also:
    ZFile
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateFile()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void create​(java.lang.String fileName)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateFile

        public CreateFile()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • create

        public static void create​(java.lang.String fileName)