* @abstract * @param {Encoder} encoder * @param {Number} streamId * @throws {TypeError} * @returns {Buffer}
(encoder, streamId)
| 82 | * @returns {Buffer} |
| 83 | */ |
| 84 | write(encoder, streamId) { |
| 85 | throw new Error('Method must be implemented'); |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Creates a new instance using the same constructor as the current instance, copying the properties. |
no outgoing calls
no test coverage detected