public final class IoUtils extends Object
Constructor and Description |
---|
IoUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(Readable from,
Appendable to)
Copies all content from
from to to . |
static String |
read(Readable readable)
Reads all characters from
readable . |
static String |
read(URL url) |
public static String read(URL url) throws IOException
IOException
public static String read(Readable readable) throws IOException
readable
.IOException
public static void copy(Readable from, Appendable to) throws IOException
from
to to
.IOException
Copyright © 2013–2016 jparsec. All rights reserved.