Package org.basex.io.out
Class TableOutput
java.lang.Object
java.io.OutputStream
org.basex.io.out.TableOutput
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
This class allows a blockwise output of the database table.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen, Tim Petrowsky
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write, write
-
Constructor Details
-
TableOutput
Initializes the output. The database suffix will be added to all filenames.- Parameters:
md- meta datafn- the file to be written to- Throws:
IOException- I/O exception
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-