public class DateCodec.LocalDateTimeCodec extends Object implements Codec<LocalDateTime>
| 构造器和说明 |
|---|
LocalDateTimeCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
LocalDateTime |
decode(CodecContext context,
ByteBufferInputStream inputStream) |
void |
encode(CodecContext context,
ByteBufferOutputStream outputStream,
LocalDateTime value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodec, getFormulapublic LocalDateTime decode(CodecContext context, ByteBufferInputStream inputStream)
decode 在接口中 Codec<LocalDateTime>public void encode(CodecContext context, ByteBufferOutputStream outputStream, LocalDateTime value)
encode 在接口中 Codec<LocalDateTime>Copyright © 2019–2025 indunet. All rights reserved.