Class | Beefcake::Buffer |
In: |
lib/beefcake/buffer/encode.rb
lib/beefcake/buffer/decode.rb lib/beefcake/buffer/base.rb |
Parent: | Object |
MinUint32 | = | 0 |
MaxUint32 | = | (1<<32)-1 |
MinInt32 | = | -(1<<31) |
MaxInt32 | = | (1<<31)-1 |
MinUint64 | = | 0 |
MaxUint64 | = | (1<<64)-1 |
MinInt64 | = | -(1<<63) |
MaxInt64 | = | (1<<63)-1 |
buf | -> | to_s |
buf | -> | to_str |
buf | [RW] |