Class: VCDIFF::VCDIFFHeader

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/vcdiff/records.rb

Instance Method Summary collapse

Instance Method Details

#custom_codetable?Boolean

Returns:

  • (Boolean)


23
24
25
# File 'lib/vcdiff/records.rb', line 23

def custom_codetable?
  header_indicator[1] == 1
end

#secondary_compressor?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/vcdiff/records.rb', line 19

def secondary_compressor?
  header_indicator[0] == 1
end