public class SmartPtrBase_sidtt extends Object
| Modifier and Type | Field and Description |
|---|---|
protected short[] |
bufBegin |
protected int |
bufEnd |
protected int |
bufLen |
protected boolean |
doFree |
protected short |
dummy |
protected int |
pBufCurrent |
protected boolean |
status |
| Constructor and Description |
|---|
SmartPtrBase_sidtt(short[] buffer,
int bufferLen,
boolean bufOwner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIndex(int index) |
boolean |
fail() |
boolean |
good() |
short |
operatorAt(int index) |
boolean |
operatorBool() |
short |
operatorMal() |
void |
operatorMinusGleich(int offset) |
void |
operatorMinusMinus() |
void |
operatorPlusGleich(int offset) |
void |
operatorPlusPlus() |
boolean |
reset() |
short[] |
tellBegin() |
int |
tellLength() |
int |
tellPos() |
protected short[] bufBegin
protected int bufEnd
protected int pBufCurrent
protected int bufLen
protected boolean status
protected boolean doFree
protected short dummy
public SmartPtrBase_sidtt(short[] buffer,
int bufferLen,
boolean bufOwner)
public short[] tellBegin()
public int tellLength()
public int tellPos()
public boolean checkIndex(int index)
public boolean reset()
public boolean good()
public boolean fail()
public void operatorPlusPlus()
public void operatorMinusMinus()
public void operatorPlusGleich(int offset)
public void operatorMinusGleich(int offset)
public short operatorMal()
public short operatorAt(int index)
public boolean operatorBool()
Copyright © 2014. All rights reserved.