public static class ByteStringParser.FinishedParser$ extends java.lang.Object implements ByteStringParser.ParseStep<scala.runtime.Nothing$>
Modifier and Type | Field and Description |
---|---|
static ByteStringParser.FinishedParser$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
FinishedParser$() |
Modifier and Type | Method and Description |
---|---|
scala.runtime.Nothing$ |
parse(ByteStringParser.ByteReader reader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canWorkWithPartialData, onTruncation
public static final ByteStringParser.FinishedParser$ MODULE$
public scala.runtime.Nothing$ parse(ByteStringParser.ByteReader reader)
parse
in interface ByteStringParser.ParseStep<scala.runtime.Nothing$>