mbeckerle commented on a change in pull request #16: Implemented packed binary 
formats
URL: https://github.com/apache/incubator-daffodil/pull/16#discussion_r155306669
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/DelimitedParsers.scala
 ##########
 @@ -183,3 +185,257 @@ class HexBinaryDelimitedParser(
     }
   }
 }
+
+
+class PackedIntegerDelimitedParser(
+  erd: ElementRuntimeData,
+  textParser: TextDelimitedParserBase,
+  fieldDFAEv: FieldDFAParseEv,
+  isDelimRequired: Boolean,
+  signed: Boolean)
+  extends StringDelimitedParser(erd, TextJustificationType.None, 
MaybeChar.Nope, textParser, fieldDFAEv, isDelimRequired) {
+
+  /**
+   * HexBinary is just a string in iso-8859-1 encoding.
 
 Review comment:
   Comment is cut/paste from HexBinary. Update or remove, and put in a comment 
saying this is similar to how hexBinary works. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to