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 voidclose()voidflush()voidwrite(char[] towrite, int foo, int bar)
-
-
-
Method Detail
-
write
public void write(char[] towrite, int foo, int bar)- Specified by:
writein classjava.io.Writer
-
flush
public void flush()
- Specified by:
flushin interfacejava.io.Flushable- Specified by:
flushin classjava.io.Writer
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein classjava.io.Writer
-
-