Home | History | Annotate | Download | only in conn

Lines Matching refs:wrapped

54      * @param wrapped   the underlying stream which has reached EOF
56 * @return <code>true</code> if <code>wrapped</code> should be closed,
62 * wrapped stream alone, as if <code>false</code> was returned.
64 boolean eofDetected(InputStream wrapped)
74 * @param wrapped the underlying stream which has not reached EOF
76 * @return <code>true</code> if <code>wrapped</code> should be closed,
82 * wrapped stream alone, as if <code>false</code> was returned.
84 boolean streamClosed(InputStream wrapped)
97 * @param wrapped the underlying stream which has not reached EOF
99 * @return <code>true</code> if <code>wrapped</code> should be closed,
105 * wrapped stream alone, as if <code>false</code> was returned.
107 boolean streamAbort(InputStream wrapped)