public interface RemoteBuffer<E> extends Remote
Remote
interface declaring the API of IBuffer
but also
declaring that each methods throws IOException
in order to be
compatible with Remote
and Exporter
. Of course, this means
that this interface can not extend IBuffer
!int size() throws IOException
IOException
boolean isEmpty() throws IOException
IOException
void add(E e) throws IOException
IOException
long flush() throws IOException
IOException
void reset() throws IOException
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.