コード例 #1
0
 public byte[] GetConverterBytes() =>
 BufferGenerators.GenerateWithConverters(
     22, new Coordinate {
     X = 10, Y = 20, Z = 30
 },
     "This is a lot of string data. This is a lot of string data. This is a lot of string data.");
コード例 #2
0
 public byte[] GetStreamBytes() =>
 BufferGenerators.GenerateWithStream(
     22, new Coordinate {
     X = 10, Y = 20, Z = 30
 },
     "This is a lot of string data. This is a lot of string data. This is a lot of string data.");