Create a new ByteArrayView which wraps a new byte[] containing a copy of
a portion of this view's data.
NB: This method copies the underlying data.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public ByteArrayView Copy( int off, int len )
Public Function Copy ( _ off As Integer, _ len As Integer _ ) As ByteArrayView
public: ByteArrayView^ Copy( int off, int len )
Parameters
- off
- Int32
- len
- Int32