org.gcube.common.core.informationsystem.client
Interface ISInputStream<RESULT>

Type Parameters:
RESULT - the type of the expected results.
All Superinterfaces:
Iterable<RESULT>

public interface ISInputStream<RESULT>
extends Iterable<RESULT>

An input stream for IS results

Author:
manuele

Method Summary
 void close()
          Closes this stream and releases any system resources associated with the stream
 boolean isEmpty()
          Tests if this stream has no elements.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

isEmpty

boolean isEmpty()
Tests if this stream has no elements.

Returns:
true if this list has no elements; false otherwise.

close

void close()
Closes this stream and releases any system resources associated with the stream



Copyright © 2012. All Rights Reserved.