From baa727de93db009f90d70a80a9861758a24eae77 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Nov 2019 10:27:59 +0100 Subject: docs: rename documentation folder to docs Signed-off-by: Jo-Philipp Wich --- documentation/api/modules/nixio.bin.html | 423 ------------------------------- 1 file changed, 423 deletions(-) delete mode 100644 documentation/api/modules/nixio.bin.html (limited to 'documentation/api/modules/nixio.bin.html') diff --git a/documentation/api/modules/nixio.bin.html b/documentation/api/modules/nixio.bin.html deleted file mode 100644 index 48e6fcd8b8..0000000000 --- a/documentation/api/modules/nixio.bin.html +++ /dev/null @@ -1,423 +0,0 @@ - - - - Reference - - - - - -
- -
- -
-
-
- -
- - - -
- -

Class nixio.bin

- -

- Binary operations and conversion.

- - - - - - - -

Functions

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
b64decode (buffer) - Base64 decode a given buffer.
b64encode (buffer) - Base64 encode a given buffer.
crc32 (buffer, initial) - Calculate the CRC32 value of a buffer.
hexlify (buffer) - Return a hexadecimal ASCII represantation of the content of a buffer.
unhexlify (hexvalue) - Return a binary buffer from a hexadecimal ASCII representation.
- - - - - - -
-
- - -

Functions

-
- - - -
b64decode (buffer)
-
- - Base64 decode a given buffer. - - -

Parameters

-
    - -
  • - buffer: Base 64 Encoded data -
  • - -
- - - - - - -

Return value:

-binary data - - - -
- - - - -
b64encode (buffer)
-
- - Base64 encode a given buffer. - - -

Parameters

-
    - -
  • - buffer: Buffer -
  • - -
- - - - - - -

Return value:

-base64 encoded buffer - - - -
- - - - -
crc32 (buffer, initial)
-
- - Calculate the CRC32 value of a buffer. - - -

Parameters

-
    - -
  • - buffer: Buffer -
  • - -
  • - initial: Initial CRC32 value (optional) -
  • - -
- - - - - - -

Return value:

-crc32 value - - - -
- - - - -
hexlify (buffer)
-
- - Return a hexadecimal ASCII represantation of the content of a buffer. - - -

Parameters

-
    - -
  • - buffer: Buffer -
  • - -
- - - - - - -

Return value:

-representation using characters [0-9a-f] - - - -
- - - - -
unhexlify (hexvalue)
-
- - Return a binary buffer from a hexadecimal ASCII representation. - - -

Parameters

-
    - -
  • - hexvalue: representation using characters [0-9a-f] -
  • - -
- - - - - - -

Return value:

-binary data - - - -
- - -
- - - - - -
- -
- -
-

Valid XHTML 1.0!

-
- -
- - -- cgit v1.2.3