public class PatternTimestampParser extends Object implements TimestampParser
Constructor and Description |
---|
PatternTimestampParser(Pattern pattern,
byte endMarker,
Charset charset) |
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
|
public Calendar parseTimestamp(io.netty.buffer.ByteBuf data)
TimestampParser
parseTimestamp
in interface TimestampParser
data
- the remaining datanull
if there was no timestampCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.