br.com.esec.icpm.util
Class FileUtils

java.lang.Object
  extended by br.com.esec.icpm.util.FileUtils

Deprecated.

@Deprecated
public class FileUtils
extends Object


Constructor Summary
FileUtils()
          Deprecated.  
 
Method Summary
static File getFile(String path)
          Deprecated.  
static File getFile(String path, Class<?> clazz)
          Deprecated.  
static byte[] loadFile(String path)
          Deprecated.  
static byte[] loadFile(String path, Class<?> clazz)
          Deprecated.  
static InputStream loadFileStream(String path)
          Deprecated.  
static InputStream loadFileStream(String path, Class<?> clazz)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Deprecated. 
Method Detail

loadFile

public static byte[] loadFile(String path)
Deprecated. 

loadFile

public static byte[] loadFile(String path,
                              Class<?> clazz)
Deprecated. 

loadFileStream

public static InputStream loadFileStream(String path)
Deprecated. 

loadFileStream

public static InputStream loadFileStream(String path,
                                         Class<?> clazz)
Deprecated. 

getFile

public static File getFile(String path)
Deprecated. 

getFile

public static File getFile(String path,
                           Class<?> clazz)
Deprecated. 


Copyright © 2015. All rights reserved.