public final class TableOutput extends OutputStream
Constructor and Description |
---|
TableOutput(MetaData md,
String fn)
Initializes the output.
|
public TableOutput(MetaData md, String fn) throws IOException
md
- meta datafn
- the file to be written toIOException
- I/O exceptionpublic void write(int b) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright © 2005–2015 BaseX Team. All rights reserved.