File: tunneling.rst

package info (click to toggle)
construct 2.10.68%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: python: 11,793; makefile: 135
file content (21 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===============================
Core API: Tunneling
===============================

.. autofunction:: construct.RawCopy
.. autofunction:: construct.ByteSwapped
.. autofunction:: construct.BitsSwapped
.. autofunction:: construct.Prefixed
.. autofunction:: construct.PrefixedArray
.. autofunction:: construct.FixedSized
.. autofunction:: construct.NullTerminated
.. autofunction:: construct.NullStripped
.. autofunction:: construct.RestreamData
.. autofunction:: construct.Transformed
.. autofunction:: construct.Restreamed
.. autofunction:: construct.ProcessXor
.. autofunction:: construct.ProcessRotateLeft
.. autofunction:: construct.Checksum
.. autofunction:: construct.Compressed
.. autofunction:: construct.CompressedLZ4
.. autofunction:: construct.Rebuffered