Lines Matching refs:Uint8Array
30 …oder | decodeWithStream(input: Uint8Array, options?: DecodeWithStreamOptions): string; | decodeTo…
47 let result = new Uint8Array(6);
87 | util.Base64Helper | encodeToStringSync(src: Uint8Array, options?: Type): string; | 9 |
88 | util.Base64Helper | encode(src: Uint8Array, options?: Type): Promise<Uint8Array>; | 9 |
89 | util.Base64Helper | encodeSync(src: Uint8Array, options?: Type): Uint8Array; | 9 |
90 | util.Base64Helper | encodeToString(src: Uint8Array, options?: Type): Promise<string>; | 9 |
91 | util.Base64Helper | decode(src: Uint8Array \| string, options?: Type): Promise<Uint8Array>; | 9 …
93 | util.StringDecoder | write(chunk: string \| Uint8Array): string; | 12 |
94 | util.StringDecoder | end(chunk?: string \| Uint8Array): string; | 12 |
104 | util.Base64Helper | encodeToStringSync(src: Uint8Array, options?: Type): string; | 参数异常由undefine…
105 | util.Base64Helper | encode(src: Uint8Array, options?: Type): Promise<Uint8Array>; | 参数异常由undefin…
106 | util.Base64Helper | encodeSync(src: Uint8Array, options?: Type): Uint8Array; | 参数异常由undefined变更为…
107 | util.Base64Helper | encodeToString(src: Uint8Array, options?: Type): Promise<string>; | 参数异常由und…
108 | util.Base64Helper | decode(src: Uint8Array \| string, options?: Type): Promise<Uint8Array>; | 参数…
110 | util.StringDecoder | write(chunk: string \| Uint8Array): string; | 参数异常由undefined变更为401。 |
111 | util.StringDecoder | end(chunk?: string \| Uint8Array): string; | 参数异常由undefined变更为401。 |