Flutter
archive_io
OutputStreamBase
writeBytes abstract method
writeBytes
writeBytes
method
Null safety
void
writeBytes
(
List
<
int
>
bytes
,
[
int
?
len
]
)
Write a set of bytes to the output stream.
Implementation
void writeBytes(List<int> bytes, [int? len]);
Flutter
archive_io
OutputStreamBase
writeBytes abstract method
OutputStreamBase class
Constructors
OutputStreamBase
Properties
hashCode
length
runtimeType
Methods
flush
noSuchMethod
toString
writeByte
writeBytes
writeInputStream
writeUint16
writeUint32
Operators
operator ==