GrapeCity Secure Mail 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 メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.