Fan.Sys.StrBufOutStream.write C# (CSharp) Method

write() public method

public write ( long x ) : OutStream
x long
return OutStream
        public override OutStream write(long x)
        {
            throw UnsupportedErr.make("binary write on StrBuf output").val;
        }