Method: Kaitai::Struct::Stream#read_bytes_full
- Defined in:
- lib/kaitai/struct/struct.rb
#read_bytes_full ⇒ String
Reads all the remaining bytes in a stream as byte array.
386 387 388 |
# File 'lib/kaitai/struct/struct.rb', line 386 def read_bytes_full @_io.read end |