Exemplo n.º 1
0
		public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
		{
			this.consumer = consumer;
			this.endConsumer = endConsumer;
		}
Exemplo n.º 2
0
 public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.consumer    = consumer;
     this.endConsumer = endConsumer;
 }
Exemplo n.º 3
0
 public DocInverter(DocumentsWriterPerThread.DocState docState, InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.docState    = docState;
     this.consumer    = consumer;
     this.endConsumer = endConsumer;
 }
Exemplo n.º 4
0
 public DocInverter(DocumentsWriterPerThread.DocState docState, InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.DocState = docState;
     this.Consumer = consumer;
     this.EndConsumer = endConsumer;
 }