at.molindo.utils.io
Class ReaderUtils

java.lang.Object
  extended by at.molindo.utils.io.ReaderUtils

public class ReaderUtils
extends Object


Method Summary
static void close(Closeable... in)
           
static void close(Closeable in)
           
static void close(Iterable<Closeable> iterable)
           
static String text(Reader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

text

public static String text(Reader r)
                   throws IOException
Throws:
IOException

close

public static void close(Closeable... in)

close

public static void close(Iterable<Closeable> iterable)

close

public static void close(Closeable in)


Copyright © 2013 Molindo GmbH. All Rights Reserved.