Example #1
0
 public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.consumer    = consumer;
     this.endConsumer = endConsumer;
 }
Example #2
0
		public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
		{
			this.consumer = consumer;
			this.endConsumer = endConsumer;
		}