JuggerNET Runtime Library

byteArray Constructor (Int32)

Initializes a new instance of the byteArray class to refer to a newly created Java byte[] of length size.

public byteArray(
   int size
);

Parameters

size
the length of the array.

See Also

byteArray Class | Codemesh.JuggerNET Namespace | byteArray Constructor Overload List