public class CDFILESEGMENT extends BaseCDStruct<LSIG>
Modifier and Type | Field and Description |
---|---|
static int |
_DataSize |
static int |
_Flags |
static int |
_Header |
static int |
_Reserved |
static int |
_SegSize |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
CDFILESEGMENT() |
CDFILESEGMENT(long data) |
CDFILESEGMENT(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
protected void |
_readODSVariableData(DominoAPI api,
long pData) |
short |
getDataSize() |
byte[] |
getFileData()
Returns the byte array used to store the copied data from the file segment.
|
LSIG |
getHeader() |
ODSType |
getODSType() |
short |
getSegSize() |
void |
setHeader(LSIG header) |
readODSVariableData
_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 static final int sizeOf
public static final int _Header
public static final int _DataSize
public static final int _SegSize
public static final int _Flags
public static final int _Reserved
public CDFILESEGMENT()
public CDFILESEGMENT(long data)
public CDFILESEGMENT(long data, boolean owned)
public ODSType getODSType()
getODSType
in class BaseODSStruct
protected void _readODSVariableData(DominoAPI api, long pData)
_readODSVariableData
in class BaseODSStruct
public LSIG getHeader()
getHeader
in class BaseCDStruct<LSIG>
public void setHeader(LSIG header)
setHeader
in class BaseCDStruct<LSIG>
public short getDataSize()
public short getSegSize()
public byte[] getFileData()
Warning: this is the internal byte array from this object and should not be modified. Modifications will not be written back to the underlying composite data structure.
Copyright © 2014–2018. All rights reserved.