read static method
Implementation
static LiftRetVal<int> read(Uint8List buf) {
return LiftRetVal(buf.buffer.asByteData(buf.offsetInBytes).getInt32(0), 4);
}
static LiftRetVal<int> read(Uint8List buf) {
return LiftRetVal(buf.buffer.asByteData(buf.offsetInBytes).getInt32(0), 4);
}