public class DiskRowStore extends ByteStoreRowStore
Constructor and Description |
---|
DiskRowStore()
Constructs a new DiskRowStore which uses a temporary file as
backing store.
|
DiskRowStore(java.io.File file)
Constructs a new DiskRowStore which uses the given file as a
backing store.
|
acceptMetadata, acceptRow, endRows, getByteStore, getStarTable
public DiskRowStore(java.io.File file) throws java.io.IOException
file
- location of the backing file which will be usedjava.io.IOException
- if there is some I/O-related problem with
opening the filejava.lang.SecurityException
- if the current security context does not
allow writing to a temporary filepublic DiskRowStore() throws java.io.IOException
java.io.tmpdir
system property, and deleted on JVM exit.java.io.IOException
- if there is some I/O-related problem with
opening the filejava.lang.SecurityException
- if the current security context does not
allow writing to a temporary file