olabusayoT opened a new pull request #258: Adds bitawareness to left over data 
dump
URL: https://github.com/apache/incubator-daffodil/pull/258
 
 
   If a parse partially consumes a byte, the left over data dump prints
   the rest of the consumed bytes as binary output(0bxx101011/0b101010xx)
   depending on bitOrder with the x's representing already consumed bytes
   
   Sample Output:
   [warning] Left over data. Consumed 10 bit(s) with at least 16 bit(s) 
remaining.
   Left over data (Hex) at byte 2 is: (0b011101xx)
   Left over data (Hex) starting at byte 3 is: (0x7269...)
   Left over data (UTF-8) starting at byte 3 is: (ri...)
   
   DAFFODIL-2173

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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