Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util Namespace / ArrayUtil Class
Fields Methods


In This Topic
    ArrayUtil Class Members
    In This Topic

    The following tables list the members exposed by ArrayUtil.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldThe number of elements to copy initially in an optimized array copy  
    Public FieldThe maximum array size to do element by element copying, larger arrays are copyied in a n optimized way.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Reinitializes a byte array to the given value in an optimized way. If the length of the array is less than MAX_EL_COPYING, then the array is set element by element in the normal way, otherwise the first INIT_EL_COPYING elements are set element by element and then System.arraycopy is used to set the other parts of the array.  
    Public Methodstatic (Shared in Visual Basic)Reinitializes an int array to the given value in an optimized way. If the length of the array is less than MAX_EL_COPYING, then the array is set element by element in the normal way, otherwise the first INIT_EL_COPYING elements are set element by element and then System.arraycopy is used to set the other parts of the array.  
    Top
    See Also