GrapeCity Secure FTP for .NET 4.0J
Segment コンストラクタ

データを含むByte[]。
バッファー内のデータの開始オフセット。
データのバイト数。
データのバッファーを保持するSegmentオブジェクトを作成するために使用されます。
シンタックス
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
)
public Segment( 
   byte[] buffer,
   int offset,
   int count
)

パラメータ

buffer
データを含むByte[]。
offset
バッファー内のデータの開始オフセット。
count
データのバイト数。
参照

関連項目

Segment クラス
Segment メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.