cbr.agent
Class URLIndexer.Sink

java.lang.Object
  extended bycbr.agent.URLIndexer.Sink
Enclosing class:
URLIndexer

protected class URLIndexer.Sink
extends Object

Implements a data sink for the retrieved feature vectors.


Field Summary
protected  int count_
           
protected  long last_
           
protected  Object lock_
           
protected  ObjectOutputStream out_
           
 
Constructor Summary
protected URLIndexer.Sink(File out)
           
 
Method Summary
 void add(PictureEntry o)
           
 void close()
           
protected  void finalize()
           
protected  int getCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock_

protected Object lock_

out_

protected ObjectOutputStream out_

last_

protected long last_

count_

protected int count_
Constructor Detail

URLIndexer.Sink

protected URLIndexer.Sink(File out)
                   throws IOException
Method Detail

add

public void add(PictureEntry o)
         throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

getCount

protected int getCount()

finalize

protected void finalize()


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.