JuggerNET Runtime Library

byteArray Constructor

Initializes a new instance of the byteArray class to refer to a Java null reference.

Overload List

Initializes a new instance of the byteArray class to refer to a Java null reference.

public byteArray();

 

public byteArray(JNIHandle);

 

public byteArray(byte[]);

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

public byteArray(int);

See Also

byteArray Class | Codemesh.JuggerNET Namespace