Getting field from UBF

Functions

native short org::endurox::TypedUbf.BgetShort (int bfldid, int occ)
native long org::endurox::TypedUbf.BgetLong (int bfldid, int occ)
native byte org::endurox::TypedUbf.BgetByte (int bfldid, int occ)
native float org::endurox::TypedUbf.BgetFloat (int bfldid, int occ)
native double org::endurox::TypedUbf.BgetDouble (int bfldid, int occ)
native String org::endurox::TypedUbf.BgetString (int bfldid, int occ)
native byte[] org::endurox::TypedUbf.BgetByteArr (int bfldid, int occ)

Detailed Description

Get field value from UBF buffer. The values are casted according function return types.

Parameters:
bfldid compiled field id
occ field occurrence
Returns:
casted data type
Exceptions:
UbfBBADFLDException Bad field id requested
UbfBNOTPRESException Field not present
UbfBALIGNERRException Invalid Buffer
UbfBNOTFLDException Invalid Buffer
UbfBNOSPACEException No space in buffer

Function Documentation

native byte org.endurox.TypedUbf.BgetByte ( int  bfldid,
int  occ 
) [inherited]
native byte [] org.endurox.TypedUbf.BgetByteArr ( int  bfldid,
int  occ 
) [inherited]
native double org.endurox.TypedUbf.BgetDouble ( int  bfldid,
int  occ 
) [inherited]
native float org.endurox.TypedUbf.BgetFloat ( int  bfldid,
int  occ 
) [inherited]
native long org.endurox.TypedUbf.BgetLong ( int  bfldid,
int  occ 
) [inherited]
native short org.endurox.TypedUbf.BgetShort ( int  bfldid,
int  occ 
) [inherited]
native String org.endurox.TypedUbf.BgetString ( int  bfldid,
int  occ 
) [inherited]
 All Classes Namespaces Files Functions Variables

Generated on 2 Apr 2021 for endurox-java by  doxygen 1.6.1