PrismatIQ::TempfileHelper
Constants
MAX_DATA_SIZE = (100 * 1024) * 1024_i64
Class methods
create_and_write(prefix : String, data : Slice(UInt8), debug : Bool = false) : String | Nil
with_tempfile(prefix : String, data : Slice(UInt8), debug : Bool = false, &)