Function
Static Public Summary | ||
public |
|
|
public |
|
Static Private Summary | ||
private |
|
|
private |
|
Static Public
public decode(bytes: *, options: undefined): * source
import decode from '@codec-bytes/ascii/src/decode.js'
Params:
Name | Type | Attribute | Description |
bytes | * | ||
options | undefined |
|
Return:
* |
public encode(bytes: *, options: undefined): undefined[] source
import encode from '@codec-bytes/ascii/src/encode.js'
Params:
Name | Type | Attribute | Description |
bytes | * | ||
options | undefined |
|
Static Private
private * _decode(bytes: *, _options: undefined) source
import _decode from '@codec-bytes/ascii/src/_decode.js'
Params:
Name | Type | Attribute | Description |
bytes | * | ||
_options | undefined |
|
private * _encode(string: *, _options: undefined) source
import _encode from '@codec-bytes/ascii/src/_encode.js'
Params:
Name | Type | Attribute | Description |
string | * | ||
_options | undefined |
|