1.4.10 • Published 2 years ago

ku4es-data v1.4.10

Weekly downloads
15
License
kodmunki
Repository
github
Last release
2 years ago

Classes

Functions

BinaryFile

Kind: global class

new BinaryFile(byteString)

A binary file abstraction that exposes methods for reading data from a binary file.

ParamDescription
byteStringa binary byte string

binaryFile.getByteAt(index) ⇒ Number

Return the byte value at index

Kind: instance method of BinaryFile
Access: public

ParamType
indexnumber

binaryFile.getLength() ⇒ *

Return the length of the file

Kind: instance method of BinaryFile
Access: public

binaryFile.getStringAt(a, b) ⇒ string

Return string value starting at position a of length b

Kind: instance method of BinaryFile
Access: public

ParamType
anumber
bnumber

binaryFile.getShortAt(offset, isBigEndian) ⇒ *

Return the short value at offset

Kind: instance method of BinaryFile
Access: public

ParamType
offsetnumber
isBigEndianBoolean

binaryFile.getLongAt(offset, isBigEndian) ⇒ *

Return the long value at offset

Kind: instance method of BinaryFile
Access: public

ParamType
offsetnumber
isBigEndianBoolean

binaryFile.getSLongAt(offset, isBigEndian) ⇒ number

Return the signed long value at offset

Kind: instance method of BinaryFile
Access: public

ParamType
offsetnumber
isBigEndianBoolean

readExif(file) ⇒ Object

Read the EXIF data out of a valid BinaryFile.

Kind: global function

ParamTypeDescription
fileBinaryFileA valid JPEG BinaryFile

read(file) ⇒ *

Read the EXIF data out of a valid JPG BinaryFile.

Kind: global function

ParamDescription
fileA valid JPG file binary
1.4.10

2 years ago

1.4.9

3 years ago

1.4.7

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago