Method: Kaitai::Struct::Stream#read_bytes_full

Defined in:
lib/kaitai/struct/struct.rb

#read_bytes_fullString

Reads all the remaining bytes in a stream as byte array.

Returns:

  • (String)

    all 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