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

Method newFragment

src/bin/io/RandomAccessFile.java:44–44  ·  view source on GitHub ↗
(long offset, long length)

Source from the content-addressed store, hash-verified

42 RandomAccessFile newSameInstance() throws IOException;
43
44 RandomAccessFile newFragment(long offset, long length) throws IOException;
45
46 void flush() throws IOException;
47

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected