39 target.SetProperty(
"Zip", zip);
40 target.SetProperty(
"GZip", gzip);
41 target.SetProperty(
"Deflate", deflate);
42 target.SetProperty(
"ZLib", zlib);
43 target.SetProperty(
"Base64", base64);
Public interface for the filesystem abstraction of the BadScript Engine.
static IFileSystem Instance
File System implementation.
Implements the "Compression" API.
readonly? IFileSystem m_FileSystem
The FileSystem Instance.
BadCompressionApi(IFileSystem fileSystem)
Creates a new API Instance.
override void AdditionalData(BadTable target)
Implements an Interop API for the BS2 Language.
Implements a Table Structure for the BadScript Language.
Defines the interface for a file system.
Contains IO Implementation for the BadScript2 Runtime.
Contains Compression Extensions and APIs for the BadScript2 Runtime.
Contains the Interop Abstractions and Implementations for the BadScript2 Language.
Contains the Runtime Objects.