public final class IoUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IoUtil.EmptyInputStream |
Modifier and Type | Method and Description |
---|---|
static void |
close(InputStream thing) |
static void |
close(JarFile thing) |
static void |
close(OutputStream thing) |
static void |
close(Reader thing) |
static void |
close(Writer thing) |
static void |
flush(OutputStream thing) |
static void |
flush(Writer thing) |
static byte[] |
getBytes(InputStream inputStream) |
public static byte[] getBytes(InputStream inputStream) throws IOException
IOException
public static void flush(OutputStream thing)
public static void flush(Writer thing)
public static void close(JarFile thing)
public static void close(InputStream thing)
public static void close(OutputStream thing)
public static void close(Reader thing)
public static void close(Writer thing)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.