public static class ProtostuffUndoLogParser.DateDelegate extends Object implements io.protostuff.runtime.Delegate<Date>
| Constructor and Description |
|---|
DateDelegate() |
| Modifier and Type | Method and Description |
|---|---|
io.protostuff.WireFormat.FieldType |
getFieldType() |
Date |
readFrom(io.protostuff.Input input) |
void |
transfer(io.protostuff.Pipe pipe,
io.protostuff.Input input,
io.protostuff.Output output,
int number,
boolean repeated) |
Class<?> |
typeClass() |
void |
writeTo(io.protostuff.Output output,
int number,
Date value,
boolean repeated) |
public io.protostuff.WireFormat.FieldType getFieldType()
getFieldType in interface io.protostuff.runtime.Delegate<Date>public Class<?> typeClass()
typeClass in interface io.protostuff.runtime.Delegate<Date>public Date readFrom(io.protostuff.Input input) throws IOException
readFrom in interface io.protostuff.runtime.Delegate<Date>IOExceptionpublic void transfer(io.protostuff.Pipe pipe,
io.protostuff.Input input,
io.protostuff.Output output,
int number,
boolean repeated)
throws IOException
transfer in interface io.protostuff.runtime.Delegate<Date>IOExceptionpublic void writeTo(io.protostuff.Output output,
int number,
Date value,
boolean repeated)
throws IOException
writeTo in interface io.protostuff.runtime.Delegate<Date>IOExceptionCopyright © 2024 Apache. All rights reserved.