public abstract class TransactionLog.ReverseReader extends Object
| Constructor and Description | 
|---|
ReverseReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
close()  | 
abstract Object | 
next()
Returns the next object from the log, or null if none available. 
 | 
abstract long | 
position()  | 
abstract String | 
toString()  | 
public abstract Object next() throws IOException
IOException - If there is a low-level I/O error.public abstract long position()
public abstract void close()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.