Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

MineMonsterLabo/BinaryIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryIO

Nuget

endian and varint, compression support stream.

ReleaseNotes

Update 1.1.7

  • fix WriteStringUtf8
  • add L4StringUtf8

Update 1.1.6

  • Improve performance

Update 1.1.5

  • Zlib Compression Bug Fix!

Version 1.1.4 Incompatible Change Guid

Old Read / Write Guid Bytes

M - MostByte

L - LeastByte

M * 8 (Endian Reverse)

L * 8 (Endian Reverse)

New Read / Write Guid Bytes

X - Byte

X * 16 (Endian Reverse)