MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / close

Method close

src/org/albite/io/RandomReadingFile.java:320–323  ·  view source on GitHub ↗

Closes the file and the underlying javax.microedition.io.file.FileConnection @throws IOException

()

Source from the content-addressed store, hash-verified

318 * @throws IOException
319 */
320 public final void close() throws IOException {
321 in.close();
322 file.close();
323 }
324
325 /**
326 * Returns the current position of the reading pointer in the file

Callers 4

closeMethod · 0.95
AlbiteImageMonoMethod · 0.45
AlbiteImageARGBMethod · 0.45
seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected