Package

molecule

parsers

Permalink

package parsers

Visibility
  1. Public
  2. All

Value Members

  1. package ascii

    Permalink

    Character buffer parsers

    Character buffer parsers

    These parsers work for ASCII and ASCII compatible encodings, i.e. (1) the byte representation of a character corresponds with the ASCII value, or (2) the byte representation of a character is a single byte > 128, or (3) the byte representation of a character is multiple bytes, all > 128 (cfr UTF-8 for non-ASCII characters) As argument for these parsers though only pure ASCII characters should be used, but any type may appear in the ByteBuffer that is being parsed.

  2. package bytebuffer

    Permalink
  3. package charbuffer

    Permalink

    Character buffer parsing

  4. package utils

    Permalink

Ungrouped