(encoding?: string)
| 1279 | connect(path: string, connectionListener?: Function): void; |
| 1280 | bufferSize: number; |
| 1281 | setEncoding(encoding?: string): void; |
| 1282 | write(data: any, encoding?: string, callback?: Function): void; |
| 1283 | destroy(): void; |
| 1284 | pause(): void; |
no outgoing calls
no test coverage detected