suyashkumar / dicom

⚡High Performance DICOM Medical Image Parser in Go.
MIT License
933 stars 136 forks source link

allow for reading until EOF with the function ParseUntilEOF #270

Closed amitbet closed 1 year ago

amitbet commented 1 year ago

This fix allows reading until EOF, without providing "bytesToRead", it keeps the previous Parse signature for backwards compatibility and creates a new ParseUntilEOF function which doesn't require the extra param.

This addresses #236.

amitbet commented 1 year ago

I will create a new PR from a cleaner branch (i thought that i can PR main and then do some changes - turns out the PR tracks the new changes on the branch) - the new on is PR #273

suyashkumar commented 1 year ago

Closing as @amitbet opened #273 to superseed this one!