public final class DataIterator extends ByteIteratorWithAddress
| Constructor and Description |
|---|
DataIterator(@NotNull jetbrains.exodus.log.Log log) |
DataIterator(@NotNull jetbrains.exodus.log.Log log,
long startAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPage(long address) |
long |
getAddress() |
int |
getOffset() |
boolean |
hasNext() |
byte |
next() |
long |
nextLong(int length) |
long |
skip(long bytes) |
public DataIterator(@NotNull
@NotNull jetbrains.exodus.log.Log log)
public DataIterator(@NotNull
@NotNull jetbrains.exodus.log.Log log,
long startAddress)
public boolean hasNext()
hasNext in class jetbrains.exodus.ByteIteratorpublic byte next()
next in class jetbrains.exodus.ByteIteratorpublic long skip(long bytes)
skip in class jetbrains.exodus.ByteIteratorpublic long nextLong(int length)
nextLong in class jetbrains.exodus.ByteIteratorpublic void checkPage(long address)
public long getAddress()
getAddress in class ByteIteratorWithAddresspublic int getOffset()
getOffset in class ByteIteratorWithAddress