ByteDataExtension extension

on

Methods

asStream() Stream<List<int>>

Available on ByteData, provided by the ByteDataExtension extension

asUtf8() String

Available on ByteData, provided by the ByteDataExtension extension

inflate() ByteData

Available on ByteData, provided by the ByteDataExtension extension

Inflates a ZIP-compressed ByteData.
md5() Future<String?>

Available on ByteData, provided by the ByteDataExtension extension

Computes the MD5 hash of the byte array.
sliceArray(IntRange indices) ByteData

Available on ByteData, provided by the ByteDataExtension extension

Returns an array containing elements at indices in the specified indices range.