net.bpelunit.util
Class FileUtil

java.lang.Object
  extended by net.bpelunit.util.FileUtil

public final class FileUtil
extends Object


Method Summary
static File createTempDirectory()
           
static String getFileNameWithoutSuffix(String fileName)
           
static byte[] readFile(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTempDirectory

public static File createTempDirectory()
                                throws IOException
Throws:
IOException

readFile

public static byte[] readFile(File f)
                       throws IOException
Throws:
IOException

getFileNameWithoutSuffix

public static String getFileNameWithoutSuffix(String fileName)


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.