code: 9ferno

ref: 957c1191e660f4ff75ec9e847377ba70deb7d0ee
dir: /module/unbundle.m/

View raw version
Unbundle: module {
	PATH: con "/dis/fs/bundle.dis";

	types: fn(): string;
	init: fn();
	run: fn(nil: ref Draw->Context, report: ref Report,
			nil: list of Option, args: list of ref Value): ref Value;
	unbundle:	fn(r: ref Fslib->Report, iob: ref Bufio->Iobuf, seekable: int, blocksize: int): Fslib->Fschan;
};