method Socket.prototype.readimport { Socket } from "https://dotland.deno.dev/std@0.177.0/node/net.ts"; read(size?: number): | string | Uint8Array | Buffer | null | undefinedParametersoptionalsize: numberOptional argument to specify how much data to read. Returns | string | Uint8Array | Buffer | null | undefined