org.gcube.data.spd.obisplugin
Interface Writer<T>


public interface Writer<T>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Method Summary
 boolean write(T item)
          Writes the specified element.
 

Method Detail

write

boolean write(T item)
Writes the specified element.

Parameters:
item - the item to write.
Returns:
false if the writer has been closed and no more elements are accepted.


Copyright © 2013. All Rights Reserved.