PowerTCP SSH and SFTP for .NET
Segment Constructor




Byte[] containing data.
Offset into the buffer where the data starts.
Byte count of data.
Used to create a Segment object that holds a buffer of data.
Syntax
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
'Usage
 
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
Dim instance As New Segment(buffer, offset, count)
public Segment( 
   byte[] buffer,
   int offset,
   int count
)
public: Segment( 
   byte[]* buffer,
   int offset,
   int count
)
public:
Segment( 
   array<byte>^ buffer,
   int offset,
   int count
)

Parameters

buffer
Byte[] containing data.
offset
Offset into the buffer where the data starts.
count
Byte count of data.
See Also

Reference

Segment Class
Segment Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic