public final class EmbeddedObjectRefSubRecord extends SubRecord
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
EmbeddedObjectRefSubRecord(LittleEndianInput in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected int |
getDataSize() |
byte[] |
getObjectData() |
String |
getOLEClassName() |
short |
getSid() |
Integer |
getStreamId()
Gets the stream ID containing the actual data.
|
void |
serialize(LittleEndianOutput out) |
String |
toString() |
createSubRecord, isTerminating, serializepublic static final short sid
public EmbeddedObjectRefSubRecord(LittleEndianInput in, int size)
public short getSid()
protected int getDataSize()
getDataSize in class SubRecordpublic void serialize(LittleEndianOutput out)
public Integer getStreamId()
nullpublic String getOLEClassName()
public byte[] getObjectData()
Copyright © 2020. All rights reserved.