menu
yjy_image_3_3_0 package
documentation
image.dart
OutputBuffer
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clear the buffer.
Implementation
void clear() { _buffer = Uint8List(_BLOCK_SIZE); length = 0; }
yjy_image_3_3_0 package
documentation
image
OutputBuffer
clear method
OutputBuffer class