public class PageOutputStream extends Object
| Constructor and Description |
|---|
PageOutputStream(PageStore store,
int trunkPage,
BitField exclude,
int logKey,
boolean atEnd)
Create a new page output stream.
|
public PageOutputStream(PageStore store, int trunkPage, BitField exclude, int logKey, boolean atEnd)
store - the page storetrunkPage - the first trunk page (already allocated)exclude - the pages not to uselogKey - the log key of the first trunk pageatEnd - whether only pages at the end of the file should be usedCopyright © 2012 JBoss by Red Hat. All Rights Reserved.