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; | The error cod…
105 | util.Base64Helper | encode(src: Uint8Array, options?: Type): Promise\<Uint8Array>; | The error co…
106 | util.Base64Helper | encodeSync(src: Uint8Array, options?: Type): Uint8Array; | The error code in…
107 | util.Base64Helper | encodeToString(src: Uint8Array, options?: Type): Promise\<string>; | The erro…
108 | util.Base64Helper | decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>; | Th…
110 | util.StringDecoder | write(chunk: string \| Uint8Array): string; | The error code indicating par…
111 | util.StringDecoder | end(chunk?: string \| Uint8Array): string; | The error code indicating para…