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

Method flush

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

Source from the content-addressed store, hash-verified

44 RandomAccessFile newFragment(long offset, long length) throws IOException;
45
46 void flush() throws IOException;
47
48 boolean isClosed();
49

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected