The IC1StreamWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the stream.
|
![]() | Flush |
Flushes the stream.
|
![]() | Write(Boolean) |
Writes a boolean to the stream.
|
![]() | Write(Char) |
Writes a char to the stream.
|
![]() | Write(array<Char>[]()[][]) |
Writes a char array to the stream.
|
![]() | Write(Decimal) |
Writes a decimal to the stream.
|
![]() | Write(Double) |
Writes a double to the stream.
|
![]() | Write(Int32) |
Writes an integer to the stream.
|
![]() | Write(Int64) |
Writes a long to the stream.
|
![]() | Write(Object) |
Write an object to the stream.
|
![]() | Write(Single) |
Writes a float to the stream.
|
![]() | Write(String) |
Writes a string to the stream.
|
![]() | Write(UInt32) |
Writes an unsigned integer to the stream.
|
![]() | Write(UInt64) |
Writes an unsigned long to the stream.
|
![]() | Write(String, Object) |
Writes a formatted string to the stream.
|
![]() | Write(String, array<Object>[]()[][]) |
Writes a formatted string to the stream.
|
![]() | Write(array<Char>[]()[][], Int32, Int32) |
Writes a char array to the stream.
|
![]() | Write(String, Object, Object) |
Writes a formatted string to the stream.
|
![]() | Write(String, Object, Object, Object) |
Writes a formatted string to the stream.
|
![]() | WriteLine()()()() |
Writes a line break to the stream.
|
![]() | WriteLine(Boolean) |
Writes a bool with a line break to the stream.
|
![]() | WriteLine(Char) |
Writes a char with a line break to the stream.
|
![]() | WriteLine(array<Char>[]()[][]) |
Writes a char array with a line break to the stream.
|
![]() | WriteLine(Decimal) |
Writes a decimal with a line break to the stream.
|
![]() | WriteLine(Double) |
Writes a double with a line break to the stream.
|
![]() | WriteLine(Int32) |
Writes an integer with a line break to the stream.
|
![]() | WriteLine(Int64) |
Writes a long with a line break to the stream.
|
![]() | WriteLine(Object) |
Writes an object with a line break to the stream.
|
![]() | WriteLine(Single) |
Writes a float with a line break to the stream.
|
![]() | WriteLine(String) |
Writes a string with a line break to the stream.
|
![]() | WriteLine(UInt32) |
Writes an unsigned integer with a line break to the stream.
|
![]() | WriteLine(UInt64) |
Writes an unsigned long with a line break to the stream.
|
![]() | WriteLine(String, Object) |
Writes a string with a line break to the stream.
|
![]() | WriteLine(String, array<Object>[]()[][]) |
Writes a string with a line break to the stream.
|
![]() | WriteLine(array<Char>[]()[][], Int32, Int32) |
Writes a char array with a line break to the stream.
|
![]() | WriteLine(String, Object, Object) |
Writes a string with a line break to the stream.
|
![]() | WriteLine(String, Object, Object, Object) |
Writes a string with a line break to the stream.
|