public interface DataBlockHeader
| Modifier and Type | Field and Description |
|---|---|
static int |
HEADER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(int offset) |
long |
getLong(int offset) |
long |
getNext() |
long |
getNextStream() |
long |
getPrevious() |
void |
incrementMarker(int amount) |
int |
marker() |
int |
markerWithHeader() |
void |
putInt(int offset,
int value) |
void |
putLong(int offset,
long value) |
void |
resetMarker() |
void |
setNext(long next) |
void |
setNextStream(long nextStreamLocation) |
void |
setPrevious(long previous) |
static final int HEADER_SIZE
long getNext()
long getPrevious()
void setNext(long next)
void setPrevious(long previous)
int marker()
int markerWithHeader()
void incrementMarker(int amount)
void resetMarker()
void putLong(int offset,
long value)
throws JasDBStorageException
JasDBStorageExceptionvoid putInt(int offset,
int value)
throws JasDBStorageException
JasDBStorageExceptionlong getLong(int offset)
throws JasDBStorageException
JasDBStorageExceptionint getInt(int offset)
throws JasDBStorageException
JasDBStorageExceptionvoid setNextStream(long nextStreamLocation)
long getNextStream()
Copyright © 2015. All rights reserved.