Available with clay native, gif plugin
Close the output.
Behaviour while writing after calling this method is unspecified.
Available with clay native, gif plugin
Write all bytes stored in s
.
Available with clay native, gif plugin, tilemap plugin, unity
Write len
bytes from s
starting by position specified by pos
.
Unlike writeBytes
, this method tries to write the exact len
amount of bytes.
Available on clay native
Read all available data from i
and write it.
The bufsize
optional argument specifies the size of chunks by
which data is read and written. Its default value is 4096.
Available with clay native, gif plugin, unity
Available with gif plugin
Available with gif plugin
Write x
as 16-bit signed integer.
Endianness is specified by the bigEndian
property.
Available with gif plugin
Write x
as 16-bit unsigned integer.
Endianness is specified by the bigEndian
property.