BytesBuffer.from constructor
BytesBuffer.from(})
Implementation
BytesBuffer.from(Uint8List bytes,
{int offset = 0, int? length, int? bufferLength, bool copyBuffer = false})
: bytesIO = BytesUint8ListIO.from(bytes,
offset: offset,
length: length,
bufferLength: bufferLength,
copyBuffer: copyBuffer);