Flutter
archive_io
OutputStreamBase
writeUint32 abstract method
writeUint32
writeUint32
method
Null safety
void
writeUint32
(
int
value
)
Write a 32-bit word to the end of the buffer.
Implementation
void writeUint32(int value);
Flutter
archive_io
OutputStreamBase
writeUint32 abstract method
OutputStreamBase class
Constructors
OutputStreamBase
Properties
hashCode
length
runtimeType
Methods
flush
noSuchMethod
toString
writeByte
writeBytes
writeInputStream
writeUint16
writeUint32
Operators
operator ==