Summary
Strategy for file/byte array growth by a constant factor
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IGrowthStrategy"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IGrowthStrategy"
Type["ConstantGrowthStrategy"]
class Type type-node
Syntax
public class ConstantGrowthStrategy : IGrowthStrategy
Constructors
Name | Summary |
---|---|
Constant |
Methods
Name | Value | Summary |
---|---|---|
NewSize |
long |
returns the incremented size after the growth
strategy has been applied
|