public abstract class BaseODSStruct extends BaseStruct
data, owned
Constructor and Description |
---|
BaseODSStruct(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
_readODSVariableData(DominoAPI api,
long pData) |
abstract ODSType |
getODSType() |
void |
readODSVariableData(DominoAPI api,
long pData)
Reads the structure from a canonical ODS format, including any variable
data after the fixed struct.
|
_checkRefValidity, _getBYTE, _getDHandle, _getDWORD, _getFONTID, _getHTMLAPI_REF_TYPE, _getInt, _getLong, _getNOTEID, _getPointer, _getUSHORT, _getWORD, _setBYTE, _setDHandle, _setDWORD, _setFONTID, _setInt, _setLong, _setNOTEID, _setUSHORT, _setWORD, finalize, free, free, getAllocatedStructCount, getDataPtr, getField, isRefValid, isTraceCreation, setDataPtr, setTraceCreation, toString
public BaseODSStruct(long data, boolean owned)
data
- owned
- public abstract ODSType getODSType()
public final void readODSVariableData(DominoAPI api, long pData)
api
- the DominoAPI
instance to use for ODS operationspData
- a pointer to the start of the dataprotected abstract void _readODSVariableData(DominoAPI api, long pData)
Copyright © 2014–2018. All rights reserved.