Home | History | Annotate | Download | only in io

Lines Matching full:close

129 <TD><CODE><B><A HREF="../../../../com/google/common/io/Closeables.html#close(java.io.Closeable, boolean)">close</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A>&nbsp;closeable,
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to calling <code>close(closeable, true)</code>, but with no
168 <A NAME="close(java.io.Closeable, boolean)"><!-- --></A><H3>
169 close</H3>
171 public static void <B>close</B>(<FONT SIZE="-1"><A HREF="http://jsr-305.googlecode.com/svn/trunk/javadoc/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</A></FONT>
194 // Close the stream.
196 Closeables.close(stream, threw);
203 thrown by the <code>close</code> methods
206 <code>close</code> throws an <code>IOException</code>.</DL>
217 <DD>Equivalent to calling <code>close(closeable, true)</code>, but with no