me.grison.jtoml
Class Util.FileToString

java.lang.Object
  extended by me.grison.jtoml.Util.FileToString
Enclosing class:
Util

public static class Util.FileToString
extends Object

Utilities around File to String conversions.

Note: This is to avoid dependency on Apache commons for such limited features.


Constructor Summary
Util.FileToString()
           
 
Method Summary
static String read(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util.FileToString

public Util.FileToString()
Method Detail

read

public static String read(File file)
                   throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2013. All Rights Reserved.