MCPcopy Create free account
hub / github.com/davidgiven/luje / close

Method close

lib/java/io/Closeable.java:34–34  ·  view source on GitHub ↗

Closes the object and release any system resources it holds. If the object has already been closed, then invoking this method has no effect. @throws IOException if any error occurs when closing the object.

()

Source from the content-addressed store, hash-verified

32 * if any error occurs when closing the object.
33 */
34 public void close() throws IOException;
35}

Callers 7

closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65

Implementers 13

InputStreamlib/java/io/InputStream.java
PrintStreamlib/java/io/PrintStream.java
FileOutputStreamlib/java/io/FileOutputStream.java
Readerlib/java/io/Reader.java
FileInputStreamlib/java/io/FileInputStream.java
OutputStreamlib/java/io/OutputStream.java
Writerlib/java/io/Writer.java
OSFileSystemlib/org/apache/harmony/luni/platform/O
BufferedWriterlib/java/io/BufferedWriter.java
ByteArrayOutputStreamlib/java/io/ByteArrayOutputStream.java
ByteArrayInputStreamlib/java/io/ByteArrayInputStream.java
OutputStreamWriterlib/java/io/OutputStreamWriter.java

Calls

no outgoing calls

Tested by

no test coverage detected