public interface Bridge
| Modifier and Type | Method and Description |
|---|---|
boolean |
beginIteration() |
Writable |
getNext() |
boolean |
isThreadSafe() |
boolean |
setNext(java.io.DataInputStream inputStream) |
boolean beginIteration()
throws java.lang.Exception
java.lang.ExceptionWritable getNext() throws java.lang.Exception
java.lang.Exceptionboolean setNext(java.io.DataInputStream inputStream)
throws java.lang.Exception
java.lang.Exceptionboolean isThreadSafe()