ArchiveX Constructor(Byte[],Int32)
See Also 
SourceCode.Serialization Namespace > ArchiveX Class > ArchiveX Constructor : ArchiveX Constructor(Byte[],Int32)



buf
startindex

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal buf() As Byte, _
   ByVal startindex As Integer _
)
Visual Basic (Usage) Copy Code
Dim buf() As Byte
Dim startindex As Integer
 
Dim instance As New ArchiveX(buf, startindex)
C#  
public ArchiveX( 
   byte[] buf,
   int startindex
)
C++/CLI  
public:
ArchiveX( 
   array<byte>^ buf,
   int startindex
)

Parameters

buf
startindex

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also