Email Factory for .NET

ByteBuffer.GetBuffer Method (Int32, Int32)

Gets a portion of this

ByteBuffer
data.

public ByteBuffer GetBuffer(
   int start,
   int end
);

Parameters

start
The starting index.
end
The ending index.

Return Value

The buffer portion.

See Also

ByteBuffer Class | Jscape.Email Namespace | ByteBuffer.GetBuffer Overload List