|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lwes.serializer.DeserializerState
public class DeserializerState
An internal class used by the Deserializer to keep track of its state
| Constructor Summary | |
|---|---|
DeserializerState()
Constructor |
|
| Method Summary | |
|---|---|
int |
currentIndex()
return the current index |
int |
incr(int amount)
Increments the index into a byte array, by a specified amount and returns the new index value. |
void |
reset()
reset the object to a clean state |
java.lang.String |
toString()
Returns a String representation of this object Overrides method in Object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeserializerState()
| Method Detail |
|---|
public int incr(int amount)
amount - the amount to increment by
public int currentIndex()
public void reset()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||