org.asciidoctor.internal
Class IOUtils

java.lang.Object
  extended by org.asciidoctor.internal.IOUtils

public class IOUtils
extends Object


Method Summary
static String readFull(InputStream inputStream)
           
static String readFull(Reader reader)
           
static void writeFull(Writer writer, String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readFull

public static String readFull(InputStream inputStream)

readFull

public static String readFull(Reader reader)

writeFull

public static void writeFull(Writer writer,
                             String content)
                      throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.