readBounded method

String readBounded(
  1. MemoryPointer<RType> p,
  2. int maxLength
)

Implementation

String readBounded(MemoryPointer p, int maxLength)
  => codec.readString(p, maxLength);