Search completed in 0.84 seconds.
2 results for "write8":
nsIBinaryOutputStream
MozillaTechXPCOMReferenceInterfacensIBinaryOutputStream
inherits from: nsioutputstream last changed in gecko 1.7 method overview void setoutputstream(in nsioutputstream aoutputstream); void write8(in pruint8 abyte); void write16(in pruint16 a16); void write32(in pruint32 a32); void write64(in pruint64 a64); void writeboolean(in prbool aboolean); void writebytearray([array, size_is(alength)] in pruint8 abytes, in pruint32 alength); void writebytes(alength)] in string astring, in pruint32 alength); void writedouble(in double adouble); void writefloat(in float afloat); void ...
... write8() writes an 8-bit integer to the stream.
... void write8( in pruint8 abyte ); parameters abyte the byte to write to the stream.
Writing to Files - Archive of obsolete content
ArchiveMozillaXULFileGuideFileWriting
write8 will write a single byte.