public final class FilePointer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static FilePointer |
fromAbsolutePosition(long position,
ConfigAreaFile file) |
static FilePointer |
fromRelativePosition(long position,
ConfigAreaFile file) |
long |
getAbsoluteFilePosition() |
int |
hashCode() |
void |
setAbsoluteFilePosition(long absoluteFilePosition) |
java.lang.String |
toString() |
public static FilePointer fromAbsolutePosition(long position, ConfigAreaFile file)
public static FilePointer fromRelativePosition(long position, ConfigAreaFile file)
public long getAbsoluteFilePosition()
public void setAbsoluteFilePosition(long absoluteFilePosition)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object