-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binaryread2 #7
base: master
Are you sure you want to change the base?
Binaryread2 #7
Conversation
Added MemoryStreamAsBinaryTest: an early exploration for byte[] as binary. Introduced Read method for BinaryReader.
…inaryTest. Changed CreateValuesFieldsSplitter to proctected as it is intended for implementators of ValuesFileParser.
… packets & Positional or Delimited messages & Positional or Delimited values.
Added test cases for new CircularBuffer.ReadBytesUpTo new method.
…art of Text(STX) and U+0003 End of Text(ETX) as separators case.
…ith incomplete record at the start of the byte frame.
Added Bytes_vs_Chars_DifferenceAwareness_SampleCase2 and Bytes_vs_Chars_DifferenceAwareness_SampleCase3
There is room to evaluate a different approach entirely StreamReader-based.
@xxlxii |
@xxlxii |
One of the reasons for the new |
@xxlxii |
@xxlxii |
All tests passed with BinaryReader.ReadChars-based processing.
There is room, of course, to evaluate a different approach entirely StreamReader-based.