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() |
abstract int |
getNumPointers(int offset,
byte[] data) |
abstract int |
getNumPointersOffset(byte[] data) |
int |
getOffset() |
abstract int |
getPostNumPointersSkip() |
abstract int |
getSizeInBytes() |
int |
getType() |
protected boolean |
isFormatBetween(int min,
int max) |
protected void |
setAddress(int address) |
protected void |
setFormat(short format) |
protected void |
setLength(int length) |
protected void |
setOffset(int offset) |
protected void |
setType(int type) |
public int getAddress()
public short getFormat()
public int getLength()
public int getOffset()
public int getType()
public abstract int getSizeInBytes()
public abstract int getNumPointersOffset(byte[] data)
public abstract int getNumPointers(int offset, byte[] data)
public abstract int getPostNumPointersSkip()
public abstract boolean destinationHasStrings()
public abstract boolean destinationHasPointers()
public abstract boolean destinationHasChunks()
public abstract boolean destinationCompressed()
protected void setType(int type)
protected void setAddress(int address)
protected void setOffset(int offset)
protected void setLength(int length)
protected void setFormat(short format)
protected boolean isFormatBetween(int min, int max)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.