org.asciidoctor.internal
Class IOUtils
java.lang.Object
org.asciidoctor.internal.IOUtils
public class IOUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.