public class Closing
extends java.lang.Object
InputStream
.Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
in |
Constructor and Description |
---|
Closing(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
invoke(Closure<java.io.InputStream> c) |
static Closing |
with(java.io.InputStream in) |