Neokernel API

StringBufferOutputStream.WriteByte Method

Overload List

public override void WriteByte(byte)

Write a single byte. Throws an IOException if the stream has been closed or for some reason the OutputStream is out of sync.

public void WriteByte(int)

See Also

StringBufferOutputStream Class | com.neokernel.io Namespace