colossus

parsing

package parsing

Visibility
  1. Public
  2. All

Type Members

  1. final case class DataSize(value: Long) extends AnyVal with Product with Serializable

  2. trait IntegerParser extends AnyRef

  3. class ParseException extends Exception

  4. sealed trait ParseStatus extends AnyRef

  5. class ParserSizeTracker extends AnyRef

    A ParserSizeTracker can wrap a stream parser to ensure that the object being parsed doesn't exceed a certain size.

  6. class SizedParseBuffer extends AnyRef

  7. class UnsizedParseBuffer extends AnyRef

Value Members

  1. object Combinators

    Streaming Parser Combinators

  2. object Complete extends ParseStatus with Product with Serializable

  3. object DataSize extends Serializable

  4. object Incomplete extends ParseStatus with Product with Serializable

Ungrouped