Package

razie.diesel

snakk

Permalink

package snakk

Visibility
  1. Public
  2. All

Type Members

  1. case class FFDFieldSpec(name: String, ttype: String, length: Int, offset: Int = 0) extends Product with Serializable

    Permalink

    a FFD field definition

  2. class FFDPayload extends AnyRef

    Permalink

    fixed format data - Mule style

  3. class FFDSpecParser extends RegexParsers

    Permalink

    parse a FFD schema

  4. case class ParseResult[A](result: Option[A], errors: List[String]) extends Product with Serializable

    Permalink

    either a result, or a list of errors or both

Value Members

  1. object ParseResult extends Serializable

    Permalink

Ungrouped