method Socket.prototype.setEncoding Usage in Deno```typescript import { Socket } from "node:node__net.d.ts"; ``` Socket.prototype.setEncoding(encoding?: BufferEncoding): this Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. Parameters optional encoding: BufferEncoding Return Type this The socket itself.