public final class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable obj) |
static void |
close(Closeable obj,
boolean silent) |
static InputStream |
open(URL url) |
public static InputStream open(URL url)
public static void close(Closeable obj)
public static void close(Closeable obj, boolean silent)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.