Class: VCDIFF::VCDIFFHeader
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- VCDIFF::VCDIFFHeader
- Defined in:
- lib/vcdiff/records.rb
Instance Method Summary collapse
Instance Method Details
#custom_codetable? ⇒ Boolean
23 24 25 |
# File 'lib/vcdiff/records.rb', line 23 def custom_codetable? header_indicator[1] == 1 end |
#secondary_compressor? ⇒ Boolean
19 20 21 |
# File 'lib/vcdiff/records.rb', line 19 def secondary_compressor? header_indicator[0] == 1 end |