@FunctionalInterface public interface Closeable extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Doesn't throw a checked exception.
|
static void |
closeQuietly(Object o) |
void close()
close in interface AutoCloseableclose in interface Closeablestatic void closeQuietly(Object o)
Copyright © 2015. All rights reserved.