When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

Overload List

  Name Description
Public method Write (Boolean)  
Public method Write (Boolean)  
Public method Write (Boolean, Int32, Int32)  
Public method Write (Byte)  
Public method Write (Byte)  
Public method Write (Char)  
Public method Write (Char)  
Public method Write (Char, Int32, Int32)  
Public method Write (Double)  
Public method Write (Double)  
Public method Write (Double, Int32, Int32)  
Public method Write (Int16)  
Public method Write (Int16)  
Public method Write (Int16, Int32, Int32)  
Public method Write (Int32)  
Public method Write (Int32)  
Public method Write (Int32, Int32, Int32)  
Public method Write (Int64)  
Public method Write (Int64)  
Public method Write (Int64, Int32, Int32)  
Public method Write (SByte)  
Public method Write (SByte)  
Public method Write (SByte, Int32, Int32) Write a segment of a primitive array.
Public method Write (Single)  
Public method Write (Single)  
Public method Write (Single, Int32, Int32)  
Public method Write (String) Write an array of Strings
Public method Write (String, Int32, Int32) Write some of an array of Strings
Public method Write (Byte, Int32, Int32) When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (inherited from Stream)

See Also