public class IOUtil extends Object
| Constructor | Description |
|---|---|
IOUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
close(Closeable... closeables) |
Schliesst Streams.
|
static long |
copy(InputStream is,
OutputStream os) |
Kopiert die Daten vom InputStream in den OutputStream.
|
public static long copy(InputStream is, OutputStream os) throws IOException
is - Quell-Stream.os - Ziel-Stream.IOExceptionpublic static boolean close(Closeable... closeables)
closeables - Liste zu schliessender Streams. NULL wird toleriert.Copyright © 2018. All rights reserved.