ReadWriteSeeker is the interface that groups the basic Read, Write and Seek methods.
See also:
https://pkg.go.dev/io/#ReadWriteSeeker
dynamicwrite(_0:Slice<GoUInt8>):{_1:Error, _0:GoInt}
dynamicseek(_0:GoInt64, _1:GoInt):{_1:Error, _0:GoInt64}
dynamicread(_0:Slice<GoUInt8>):{_1:Error, _0:GoInt}
__underlying__():AnyInterface
Allows struct or interfaces to provide back type information.
Returns:
go.AnyInterface