Package com.jetbrains.fus.reporting.jvm
Class InMemoryFileHandle
-
- All Implemented Interfaces:
-
com.jetbrains.fus.reporting.FileHandle,java.lang.AutoCloseable
public final class InMemoryFileHandle implements FileHandleAn in-memory implementation of FileHandle that operates on byte arrays in memory.
-
-
Constructor Summary
Constructors Constructor Description InMemoryFileHandle(String path, FileStorageMode mode, Map<String, ByteArray> files)
-