KanouAo

Results 3 issues of KanouAo

我增加了文件夹下载功能,在功能分支里,可以实现嵌套下载的功能,详见 给开发者hmjz100的话.md。第1次给开源项目提交PR,GITHUB的交流版面不是很懂,请留下微信的联系方式(注意隐私)。

- In Table.cs , the __vector_as_array() method calls __vector_len() to get the number of elements in the vector - This element count is then directly passed as lenInBytes to ByteBuffer.ToArray(pos,...

Fix memory alignment issue: calculate correct byte length (element count × element size) Just add a line : var byteLen = len * System.Runtime.InteropServices.Marshal.SizeOf(); https://github.com/google/flatbuffers/issues/8759

c#