Module: Lich::Common::Buffer

Defined in:
documented/common/buffer.rb

Constant Summary collapse

DOWNSTREAM_STRIPPED =

Represents the downstream stripped mode.

1
DOWNSTREAM_RAW =

Represents the downstream raw mode.

2
DOWNSTREAM_MOD =

Represents the downstream modified mode.

4
UPSTREAM =

Represents the upstream mode.

8
UPSTREAM_MOD =

Represents the upstream modified mode.

16
SCRIPT_OUTPUT =

Represents the script output mode.

32
@@index =
Hash.new
@@streams =
Hash.new
@@mutex =
Mutex.new
@@offset =
0
@@buffer =
Array.new
@@max_size =
3000