Summary
Returns a copy of the raw data contained in this bin for external processing.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Containing Type
- MemoryBin
Syntax
public virtual byte[] Data()
Remarks
Returns a copy of the raw data contained in this bin for external processing.
Access to the data is not guarded by synchronisation. If this method is called
while the MemoryBin is in use, it is possible that the returned byte array is
not consistent.
Return Value
Type | Description |
---|---|
byte[] |