public abstract class Pointer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
address |
protected short |
format |
protected int |
length |
protected int |
offset |
protected int |
type |
Constructor and Description |
---|
Pointer() |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.