|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.core.util.Closing
public class Closing
A helper class to aid the closing of InputStream.
| Nested Class Summary | |
|---|---|
static interface |
Closing.Closure
|
| Constructor Summary | |
|---|---|
Closing(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
void |
f(Closing.Closure c)
|
static Closing |
with(java.io.InputStream in)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Closing(java.io.InputStream in)
| Method Detail |
|---|
public static Closing with(java.io.InputStream in)
public void f(Closing.Closure c)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||