public class FastpathArg
extends java.lang.Object
Constructor and Description |
---|
FastpathArg(byte[] bytes)
Constructs an argument that consists of an array of bytes
|
FastpathArg(byte[] buf,
int off,
int len)
Constructs an argument that consists of part of a byte array
|
FastpathArg(int value)
Constructs an argument that consists of an integer value
|
FastpathArg(java.lang.String s)
Constructs an argument that consists of a String.
|
public FastpathArg(int value)
value
- int value to setpublic FastpathArg(byte[] bytes)
bytes
- array to storepublic FastpathArg(byte[] buf, int off, int len)
buf
- source arrayoff
- offset within arraylen
- length of data to includepublic FastpathArg(java.lang.String s)
s
- String to store