org.gcube.data.publishing.gis.publisher.plugin.fwk.writers
Interface ObjectWriter<T>

All Known Implementing Classes:
AbstractWriter, Writer

public interface ObjectWriter<T>


Method Summary
 void close()
           
 boolean put(org.gcube.data.streams.exceptions.StreamException error)
           
 boolean put(T t)
           
 

Method Detail

put

boolean put(T t)

put

boolean put(org.gcube.data.streams.exceptions.StreamException error)

close

void close()


Copyright © 2012. All Rights Reserved.