public static class DataBuffer.Offsets
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
doff |
int |
ooff |
static DataBuffer.Offsets |
ZERO |
int |
zoff |
Constructor and Description |
---|
Offsets() |
Offsets(DataBuffer.Offsets offs) |
Offsets(int zoff,
int doff,
int ooff) |
Modifier and Type | Method and Description |
---|---|
void |
add(DataBuffer.Offsets offs) |
boolean |
equals(DataBuffer.Offsets offs) |
void |
sub(DataBuffer.Offsets offs0,
DataBuffer.Offsets offs1) |
java.lang.String |
toString() |
public int zoff
public int doff
public int ooff
public static DataBuffer.Offsets ZERO
public Offsets()
public Offsets(int zoff, int doff, int ooff)
public Offsets(DataBuffer.Offsets offs)
public void sub(DataBuffer.Offsets offs0, DataBuffer.Offsets offs1)
public void add(DataBuffer.Offsets offs)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(DataBuffer.Offsets offs)