static class PoolOutputBuffer.Position
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
x |
(package private) int |
y |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getAndInc() |
(package private) void |
inc(int amt) |
(package private) int |
len(int which) |
(package private) void |
nextBuffer() |
(package private) int |
pos() |
(package private) void |
reset() |
(package private) void |
reset(int pos) |
(package private) void |
reset(PoolOutputBuffer.Position other) |
java.lang.String |
toString() |
void reset()
void reset(PoolOutputBuffer.Position other)
void reset(int pos)
int pos()
int getAndInc()
void inc(int amt)
void nextBuffer()
int len(int which)
public java.lang.String toString()
toString in class java.lang.Object