What is the equivalent of BinaryReader.ReadString from C# to Flutter/Dart?

96 views Asked by At

I need to read the binary file list of string that are written using C# BinaryWriter.Write(text);

How we can read this in the side of Dart code... binaryreader.cs binarywriter.cs

BinaryReader.ReadString() from C# to Flutter/Dart.

BinaryReader.ReadString() in C# will auto advance the position after reading each string. that are saved in binary.

0

There are 0 answers