public interface TimestampParser
Modifier and Type | Method and Description |
---|---|
Calendar |
parseTimestamp(io.netty.buffer.ByteBuf data)
Parse a timestamp from the current reader index up to the end of the
timestamp
|
Calendar parseTimestamp(io.netty.buffer.ByteBuf data)
data
- the remaining datanull
if there was no timestampio.netty.handler.codec.CodecException
- if there was a parsing problem with the timestampCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.