Package io.tiledb.java.api
Class VFSWriter
- java.lang.Object
-
- java.io.Writer
-
- io.tiledb.java.api.VFSWriter
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.Appendable
,java.lang.AutoCloseable
public class VFSWriter extends java.io.Writer
-
-
Constructor Summary
Constructors Constructor Description VFSWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
write(char[] towrite, int foo, int bar)
-
-
-
Method Detail
-
write
public void write(char[] towrite, int foo, int bar)
- Specified by:
write
in classjava.io.Writer
-
flush
public void flush()
- Specified by:
flush
in interfacejava.io.Flushable
- Specified by:
flush
in classjava.io.Writer
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in classjava.io.Writer
-
-