Function FSReader.extractWithCallback

Extracts this filesystem, executing a callback function when an element is extracted.

static void extractWithCallback (
  string Path,
  string OutputPath,
  BlockStorage STF,
  void function(FSEntry, ulong, ulong) Callback
);

Throws

IllegalArgumentException if you provide an invalid argument.