ArkSavegameToolkitNet icon indicating copy to clipboard operation
ArkSavegameToolkitNet copied to clipboard

Introduce GetSByte and GetSBytes to ArkArchive; handle sbyte and byte scenarios

Open brcaswell opened this issue 5 years ago • 0 comments

relates to issue\bug #7

  • Adds GetSByte and GetSBytes methods to ArkArchive
  • Modify GetByte and GetBytes to return byte and byte[] in ArkArchive
  • Handle usages of GetByte based on expectation

Handled some refactor concepts with iterating and castings and introduce private CheckOverflow helper method in ArkArchive for code reuse and handling.

brcaswell avatar Feb 18 '20 02:02 brcaswell