org.exist.storage.store
Class DOMFile.OverflowDOMPage

java.lang.Object
  extended byorg.exist.storage.store.DOMFile.OverflowDOMPage
Enclosing class:
DOMFile

protected final class DOMFile.OverflowDOMPage
extends java.lang.Object


Constructor Summary
DOMFile.OverflowDOMPage()
           
DOMFile.OverflowDOMPage(long first)
           
 
Method Summary
 void delete()
           
 long getPageNum()
           
 byte[] read()
           
 void write(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMFile.OverflowDOMPage

public DOMFile.OverflowDOMPage()

DOMFile.OverflowDOMPage

public DOMFile.OverflowDOMPage(long first)
                        throws java.io.IOException
Method Detail

write

public void write(byte[] data)

read

public byte[] read()

delete

public void delete()
            throws java.io.IOException
Throws:
java.io.IOException

getPageNum

public long getPageNum()


Copyright (C) Wolfgang Meier. All rights reserved.