BinaryOutputWrite Method |
Name | Description | |
---|---|---|
Write(Boolean) |
Write the specified bit to standard output. | |
Write(Byte) |
Write the 8-bit byte to standard output. | |
Write(Char) |
Write the 8-bit char to standard output. | |
Write(Double) |
Write the 64-bit double to standard output. | |
Write(Int16) |
Write the 16-bit int to standard output. | |
Write(Int32) |
Write the 32-bit int to standard output. | |
Write(Int64) |
Write the 64-bit long to standard output. | |
Write(Single) |
Write the 32-bit float to standard output. | |
Write(String) |
Write the string of 8-bit characters to standard output. | |
Write(Char, Int32) |
Write the r-bit char to standard output. | |
Write(Int32, Int32) |
Write the r-bit int to standard output. | |
Write(String, Int32) |
Write the string of r-bit characters to standard output. |