Home Reference Source Repository

Function

Static Public Summary
public

BinaryParser(bigEndian: *, allowExceptions: *)

public

EscapeEUCJP(str: *): *

public

EscapeJIS7(str: *): *

public

EscapeJIS8(str: *): *

public

EscapeSJIS(str: *): *

public

EscapeUTF16LE(str: *): *

public

EscapeUTF7(str: *): *

public

EscapeUTF8(str: *): *

public

EscapeUnicode(str: *): *

public

GetEscapeCodeType(str: *): *

public

ObjectAssign(target: *, sources: ...*): *

public

UnescapeEUCJP(str: *): *

public

UnescapeJIS7(str: *): *

public

UnescapeJIS8(str: *): *

public

UnescapeSJIS(str: *): *

public

UnescapeUTF16LE(str: *): *

public

UnescapeUTF7(str: *): *

public

UnescapeUTF8(str: *): *

public

UnescapeUnicode(str: *): *

Static Public

public BinaryParser(bigEndian: *, allowExceptions: *) source

import BinaryParser from 'dh3dlib/js/third_party/BinaryParser.js'

Params:

NameTypeAttributeDescription
bigEndian *
allowExceptions *

public EscapeEUCJP(str: *): * source

import {EscapeEUCJP} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeJIS7(str: *): * source

import {EscapeJIS7} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeJIS8(str: *): * source

import {EscapeJIS8} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeSJIS(str: *): * source

import {EscapeSJIS} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeUTF16LE(str: *): * source

import {EscapeUTF16LE} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeUTF7(str: *): * source

import {EscapeUTF7} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeUTF8(str: *): * source

import {EscapeUTF8} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public EscapeUnicode(str: *): * source

import {EscapeUnicode} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public GetEscapeCodeType(str: *): * source

import {GetEscapeCodeType} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public ObjectAssign(target: *, sources: ...*): * source

import ObjectAssign from 'dh3dlib/js/etc/ObjectAssign.js'

Params:

NameTypeAttributeDescription
target *
sources ...*

Return:

*

public UnescapeEUCJP(str: *): * source

import {UnescapeEUCJP} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeJIS7(str: *): * source

import {UnescapeJIS7} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeJIS8(str: *): * source

import {UnescapeJIS8} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeSJIS(str: *): * source

import {UnescapeSJIS} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeUTF16LE(str: *): * source

import {UnescapeUTF16LE} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeUTF7(str: *): * source

import {UnescapeUTF7} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeUTF8(str: *): * source

import {UnescapeUTF8} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*

public UnescapeUnicode(str: *): * source

import {UnescapeUnicode} from 'dh3dlib/js/third_party/ecl.js'

Params:

NameTypeAttributeDescription
str *

Return:

*