Send feedback on this topic.
Teradata.Client.Provider
Write Method



Teradata.Client.Provider Namespace > TdStream Class : Write Method
Specifies the Byte array to read data from.
Specifies the location within the buffer to read data from.
Specifies the number of bytes to read from the buffer.
TdStream does not support writing.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub Write( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As TdStream
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
instance.Write(buffer, offset, count)
public override void Write( 
   byte[] buffer,
   int offset,
   int count
)
public:
void Write( 
   array<byte>^ buffer,
   int offset,
   int count
) override 

Parameters

buffer
Specifies the Byte array to read data from.
offset
Specifies the location within the buffer to read data from.
count
Specifies the number of bytes to read from the buffer.
Exceptions
ExceptionDescription
TdStream does not support writing.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdStream Class
TdStream Members