|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatefulOutput
An output that keeps the state of the schema being used.
| Method Summary | |
|---|---|
void |
updateLast(Schema<?> schema,
Schema<?> lastSchema)
Updates the schema if lastSchema was indeed the last schema used. |
| Methods inherited from interface com.dyuproject.protostuff.Output |
|---|
writeBool, writeByteArray, writeByteRange, writeBytes, writeDouble, writeEnum, writeFixed32, writeFixed64, writeFloat, writeInt32, writeInt64, writeObject, writeSFixed32, writeSFixed64, writeSInt32, writeSInt64, writeString, writeUInt32, writeUInt64 |
| Method Detail |
|---|
void updateLast(Schema<?> schema,
Schema<?> lastSchema)
lastSchema was indeed the last schema used.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||