com.sun.jersey.core.util
Class Closing
java.lang.Object
com.sun.jersey.core.util.Closing
public class Closing
- extends Object
A helper class to aid the closing of InputStream
.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Closing
public Closing(InputStream in)
with
public static Closing with(InputStream in)
f
public void f(Closing.Closure c)
throws IOException
- Throws:
IOException
Copyright © 2013 Oracle Corporation. All Rights Reserved.