menu
pro_image_editor package
documentation
plugins/archive/src/utils/output_stream.dart
OutputStream
writeBytes abstract method
writeBytes abstract method
dark_mode
light_mode
writeBytes
abstract method
void
writeBytes
(
List
<
int
>
bytes
, {
int
?
length
,
})
Write a set of bytes to the output stream.
Implementation
void
writeBytes(
List
<
int
> bytes, {
int?
length});
pro_image_editor package
documentation
plugins/archive/src/utils/output_stream
OutputStream
writeBytes abstract method
OutputStream class
Constructors
new
Properties
byteOrder
hashCode
isOpen
length
runtimeType
Methods
clear
close
closeSync
flush
getBytes
noSuchMethod
open
subset
toString
writeByte
writeBytes
writeStream
writeUint16
writeUint32
writeUint64
Operators
operator ==