Class Codec.ParsingResult<A>
java.lang.Object
io.codemine.java.postgresql.codecs.Codec.ParsingResult<A>
Holds the parsed value together with the offset of the first unconsumed character.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
nextOffset
public final int nextOffset
-
-
Constructor Details
-
ParsingResult
-