Uses of Class
com.github.junrar.unpack.ppm.State
-
Packages that use State Package Description com.github.junrar.unpack.ppm -
-
Uses of State in com.github.junrar.unpack.ppm
Fields in com.github.junrar.unpack.ppm declared as State Modifier and Type Field Description private StateModelPPM. foundStateprivate StatePPMContext. oneStateprivate StateModelPPM. tempState1private StatePPMContext. tempState1private StateModelPPM. tempState2private StatePPMContext. tempState2private StateModelPPM. tempState3private StatePPMContext. tempState3private StateModelPPM. tempState4private StatePPMContext. tempState4private StatePPMContext. tempState5Methods in com.github.junrar.unpack.ppm that return State Modifier and Type Method Description StateState. decAddress()StateModelPPM. getFoundState()StatePPMContext. getOneState()StateState. incAddress()StateState. init(byte[] mem)Methods in com.github.junrar.unpack.ppm with parameters of type State Modifier and Type Method Description intPPMContext. createChild(ModelPPM model, State pStats, StateRef firstState)private intModelPPM. createSuccessors(boolean Skip, State p1)private intPPMContext. getArrayIndex(ModelPPM Model, State rs)static voidState. ppmdSwap(State ptr1, State ptr2)voidFreqData. setStats(State state)voidState. setValues(State ptr)voidStateRef. setValues(State statePtr)
-