themainframe/php-binary

Terminators

themainframe opened this issue · 2 comments

  • Allow the specification of a terminator option for Text fields.
  • Read up until the byte specified.

Potentially requires the addition of a TerminatedText field type, or making the read and write methods of the existing Text field type cleverer.

Resolved by the addition of the Delimited field type.