MCPcopy Create free account
hub / github.com/cschanck/single-file-java / bytesOnDisk

Method bytesOnDisk

src/main/java/org/sfj/ChiseledMap.java:374–377  ·  view source on GitHub ↗

File footprint on disk. @return file size @throws IOException on exception

()

Source from the content-addressed store, hash-verified

372 * @throws IOException on exception
373 */
374 public long bytesOnDisk() throws IOException {
375 flushBuffer();
376 return fc.size();
377 }
378
379 /**
380 * Close this TinyKVMap.

Callers 2

test1KWritesMethod · 0.95

Calls 2

flushBufferMethod · 0.95
sizeMethod · 0.45

Tested by 2

test1KWritesMethod · 0.76