SilverStream
Application Server 3.5

com.sssw.srv.mail
Class AgoByteStoreFile

java.lang.Object
 |
 +--com.sssw.srv.mail.AgoByteStore
       |
       +--com.sssw.srv.mail.AgoByteStoreFile

public class AgoByteStoreFile
extends AgoByteStore

A subclass of AgoByteStore, this class provides an implementation that stores byte stores in a file on disk.


Constructor Summary
AgoByteStoreFile(String name)
          The constructor for the AgoByteStoreFile class.
 
Methods inherited from class com.sssw.srv.mail.AgoByteStore
append, append, append, getInputStream, getOffset, incrementOffset, length, peek, peek, read, reset, setOffset, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgoByteStoreFile

public AgoByteStoreFile(String name)
                 throws IOException
The constructor for the AgoByteStoreFile class.
Parameters:
name - specifies the file name of the file populate the byte store.
Example:
     AgoByteStoreFile byteFile = new AgoByteStoreFile(filename);
 

SilverStream
Application Server 3.5