module

VirtualFs::Codec

Pluggable compression. Register custom codecs with Codec.register.

Constructors

for(name : String | Symbol) : Codec
Source

Class methods

register(name : String, codec : Codec) : Nil
Source
supported
Source

Instance methods

reader(input : IO) : IO
Source
writer(output : IO) : IO
Source

Nested types