Summary
    Transfer of blobs to and from the db4o system,
    if users use the Blob Db4oType.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Internal 
- Interfaces
- 
									- IBlob
- IDb4oType
- ICloneable
- IDb4oTypeImpl
- ITransactionAware
 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IBlob"]
	click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IBlob"
	Type-.->Interface1["IDb4oType"]
	click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Types/IDb4oType"
	Type-.->Interface2["ICloneable"]
	Type-.->Interface3["IDb4oTypeImpl"]
	click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IDb4oTypeImpl"
	Type-.->Interface4["ITransactionAware"]
	click Interface4 "/db4o-gpl-doc/output/api/Db4objects.Db4o/ITransactionAware"
	Type["BlobImpl"]
class Type type-node
						
					Syntax
public class BlobImpl : IBlob, IDb4oType, ICloneable, IDb4oTypeImpl, ITransactionAwareRemarks
    Transfer of blobs to and from the db4o system,
    if users use the Blob Db4oType.
    
			Fields
| Name | Constant Value | Summary | 
|---|---|---|
| CopybufferLength | 4096 | static | 
| fileName | ||
| i_ext | ||
| i_length | 
Methods
| Name | Value | Summary | 
|---|---|---|
| AdjustReadDepth | int | |
| CreateDefault | Object | |
| DeleteFile | void | |
| GetClientInputStream | FileInputStream | |
| Get | FileOutputStream | |
| GetFileName | string | |
| GetLength | int | |
| GetStatus | double | |
| GetStatusFrom | void | |
| HasClassIndex | bool | |
| ReadFrom | void | |
| ReadLocal | void | |
| ServerFile | File | |
| SetObjectReference | void | |
| SetStatus | void | |
| SetTrans | void | |
| WriteLocal | void | |
| WriteTo | void |