PointerV6
public abstract class Pointer
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected int |
address |
|
protected short |
format |
|
protected int |
length |
|
protected int |
offset |
|
protected int |
type |
Constructor | Description |
---|---|
Pointer() |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
destinationCompressed() |
|
abstract boolean |
destinationHasChunks() |
|
abstract boolean |
destinationHasPointers() |
|
abstract boolean |
destinationHasStrings() |
|
int |
getAddress() |
|
short |
getFormat() |
|
int |
getLength() |
|
int |
getOffset() |
|
abstract int |
getSizeInBytes() |
|
int |
getType() |
protected int type
protected int address
protected int offset
protected int length
protected short format
public int getAddress()
public short getFormat()
public int getLength()
public int getOffset()
public int getType()
public abstract int getSizeInBytes()
public abstract boolean destinationHasStrings()
public abstract boolean destinationHasPointers()
public abstract boolean destinationHasChunks()
public abstract boolean destinationCompressed()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.