public class State extends Object
Constructor and Description |
---|
State() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getDecoderState() |
int |
getIndex() |
List<Object> |
getRespParts() |
long |
getSize() |
void |
setDecoderState(Object decoderState) |
void |
setIndex(int index) |
void |
setRespParts(List<Object> respParts) |
void |
setSizeOnce(long size) |
public void setSizeOnce(long size)
public long getSize()
public void setIndex(int index)
public int getIndex()
public <T> T getDecoderState()
public void setDecoderState(Object decoderState)
Copyright © 2014–2016. All rights reserved.