cz.vity.freerapid.sandbox
Class FileWriting

java.lang.Object
  extended by cz.vity.freerapid.sandbox.FileWriting

public class FileWriting
extends Object

Author:
Ladislav Vitasek

Constructor Summary
FileWriting()
           
 
Method Summary
static FileOutputStream createEmptyFile(File f, long size)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileWriting

public FileWriting()
Method Detail

createEmptyFile

public static FileOutputStream createEmptyFile(File f,
                                               long size)
                                        throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException,
                        InterruptedException
Throws:
IOException
InterruptedException