hep.ilc.marlin.jni
Class DataSourceProcessor

java.lang.Object
  extended by hep.ilc.marlin.jni.Processor
      extended by hep.ilc.marlin.jni.DataSourceProcessor
Direct Known Subclasses:
StdHepReader

public class DataSourceProcessor
extends Processor


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.Processor
swigCMemOwn
 
Constructor Summary
protected DataSourceProcessor(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(DataSourceProcessor obj)
           
 int hashCode()
           
 void readDataSource(int numEvents)
           
 
Methods inherited from class hep.ilc.marlin.jni.Processor
baseInit, check, description, end, getCPtr, init, isFirstEvent, name, newProcessor, parameters, printDescription, printDescriptionXML, printParameters, processEvent, processRunHeader, setFirstEvent, setName, setParameters, type
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceProcessor

protected DataSourceProcessor(long cPtr,
                              boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(DataSourceProcessor obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Processor
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class Processor

equals

public boolean equals(Object obj)
Overrides:
equals in class Processor

hashCode

public int hashCode()
Overrides:
hashCode in class Processor

readDataSource

public void readDataSource(int numEvents)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.