Class SuffixArrayDelta::FileEmitter
In: lib/sadelta.rb
Parent: BaseEmitter

And emitter which writes the INSERT and MATCH records to a delta file for storage. The current output encoding is not the most efficient since it uses platform standard "cI" and "cII" packing for the INSERT and MATCH headers respectively. I’ll revisit this choice at a later date.

Methods

finished   insert   match   new  

Constants

MATCH = 1
INSERT = 0

Public Class methods

Public Instance methods

[Validate]