Method: BERT::Decode#read_bin
- Defined in:
- lib/bert/decode.rb
#read_bin ⇒ Object
240 241 242 243 244 |
# File 'lib/bert/decode.rb', line 240 def read_bin fail("Invalid Type, not an erlang binary") unless read_1 == BIN length = read_4 read_string(length) end |