Adding field to UBF
Detailed Description
Add field to UBF buffer. Group of methods for different data types.
- Parameters:
-
- Exceptions:
-
Function Documentation
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
byte[] |
b | |
|
) |
| | [inherited] |
Add byte array to UBF buffer
- Parameters:
-
| bfldid | field id |
| b | byte array |
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
String |
s | |
|
) |
| | [inherited] |
Add string to UBF buffer
- Parameters:
-
| bfldid | field id |
| s | String value |
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
double |
d | |
|
) |
| | [inherited] |
Set Double value to buffer
- Parameters:
-
| bfldid | field id |
| d | double value |
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
float |
f | |
|
) |
| | [inherited] |
Set float value to buffer
- Parameters:
-
| bfldid | compiled field id |
| f | float value |
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
byte |
c | |
|
) |
| | [inherited] |
Add byte (ANSI Char) to UBF
- Parameters:
-
| bfldid | compiled field id |
| c | ANSI char value / Java byte |
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
long |
l | |
|
) |
| | [inherited] |
Add long value to UBF
- Parameters:
-
| bfldid | compiled field id |
| l | long value |
native void org.endurox.TypedUbf.Badd |
( |
int |
bfldid, |
|
|
short |
s | |
|
) |
| | [inherited] |
Add short value to UBF buffer
- Parameters:
-
| bfldid | compiled field id |
| s | short value |