org.hedwig.core
Class PermanentFileStorage

java.lang.Object
  |
  +--org.hedwig.core.PermanentFileStorage

public class PermanentFileStorage
extends java.lang.Object

Author:
Keith Gaddis enclosing_type

Constructor Summary
PermanentFileStorage()
          Constructor for PermanentFileStorage.
 
Method Summary
 byte[] load(long offset, long len)
           
 long save(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermanentFileStorage

public PermanentFileStorage()
Constructor for PermanentFileStorage.

Method Detail

save

public long save(byte[] data)

load

public byte[] load(long offset,
                   long len)


Copyright © 2003-2003 Sourceforge. All Rights Reserved.