MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / isClosed

Method isClosed

src/bin/io/RandomAccessFile.java:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 void flush() throws IOException;
47
48 boolean isClosed();
49
50 default void writeByte(byte b) throws IOException {
51 write(b);

Callers 1

closeMethod · 0.65

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected