public class DiskRowStore extends ByteStoreRowStore
| Constructor and Description | 
|---|
DiskRowStore()
Constructs a new DiskRowStore which uses a temporary file as
 backing store. 
 | 
DiskRowStore(File file)
Constructs a new DiskRowStore which uses the given file as a
 backing store. 
 | 
acceptMetadata, acceptRow, endRows, getByteStore, getStarTablepublic DiskRowStore(File file) throws IOException
file - location of the backing file which will be usedIOException - if there is some I/O-related problem with
         opening the fileSecurityException - if the current security context does not
         allow writing to a temporary filepublic DiskRowStore()
             throws IOException
java.io.tmpdir
 system property, and deleted on JVM exit.IOException - if there is some I/O-related problem with
         opening the fileSecurityException - if the current security context does not
         allow writing to a temporary fileCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.