Module: Rufus::Tokyo::DystopiaLib

Extended by:
FFI::Library
Defined in:
lib/rufus/tokyo/dystopia/lib.rb

Overview

The libtokyodystopia.so methods get bound to this module

Constant Summary collapse

LARGE =

tuning options <dystopia.h>

1 << 0
DEFLATE =
1 << 1
BZIP =
1 << 2
TCBS =
1 << 3
READER =

open modes <dystopia.h>

1 << 0
WRITER =
1 << 1
CREAT =
1 << 2
TRUNC =
1 << 3
NOLCK =
1 << 4
LCKNB =
1 << 5
SUBSTR =

for get modes

0
PREFIX =
1
SUFFIX =
2
FULL =
3
TOKEN =
4
TOKPRE =
5
TOKSUF =
6