Method: Kaitai::Struct::Stream#read_s8le

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

#read_s8leObject



195
196
197
# File 'lib/kaitai/struct/struct.rb', line 195

def read_s8le
  read_bytes(8).unpack('q<')[0]
end