withByteOrder method

Encoding withByteOrder({
  1. ByteOrder order = ByteOrder.be,
  2. bool addBom = false,
})

Implementation

Encoding withByteOrder({
    ByteOrder order = ByteOrder.be,
    bool addBom = false})
  => ByteOrderCodec(this,
    order: order, addBom: addBom);