Package com.jetbrains.fus.reporting.jvm
Class InMemoryJvmFileStorage
-
- All Implemented Interfaces:
-
com.jetbrains.fus.reporting.FileStorage,com.jetbrains.fus.reporting.FusComponent
public final class InMemoryJvmFileStorage implements FileStorageAn in-memory implementation of FileStorage that doesn't access any files from disk. All files are stored in memory using a map of file paths to byte arrays.
-
-
Constructor Summary
Constructors Constructor Description InMemoryJvmFileStorage()
-