ErlOutputStream WriteByte Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodOnlineWriteByte(Byte)
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
(Inherited from OnlineStream.)
Public methodWriteByte(ErlByte)
Write a single byte to the stream as an Erlang integer
Back to Top
See Also