Create a new ByteArrayView which wraps the entire provided byte[].
NB: no data is copied when doing this
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0
Syntax
C# | Visual Basic | Visual C++ |
public static ByteArrayView MakeView( byte[] bytes )
Public Shared Function MakeView ( _ bytes As Byte() _ ) As ByteArrayView
public: static ByteArrayView^ MakeView( array<unsigned char>^ bytes )
Parameters
- bytes
- array<Byte>[]()[][]
bytes the data to be viewed.