Writing bits (and bytes)

  • A type that contains functions for writing Data bit-by-bit and byte-by-byte.

    See more

    Declaration

    Swift

    public protocol BitWriter
  • A type that contains functions for writing Data bit-by-bit and byte-by-byte using “LSB 0” bit numbering scheme.

    See more

    Declaration

    Swift

    public final class LsbBitWriter : BitWriter
  • A type that contains functions for writing Data bit-by-bit and byte-by-byte using “MSB 0” bit numbering scheme.

    See more

    Declaration

    Swift

    public final class MsbBitWriter : BitWriter