public interface NanoDBOutputStream extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getPosition() |
void |
writeBoolean(boolean val) |
void |
writeByte(int val) |
void |
writeBytes(String str) |
void |
writeChar(int val) |
void |
writeChars(String str) |
void |
writeDouble(double val) |
void |
writeFloat(float val) |
void |
writeInt(int val) |
void |
writeLob(String name,
InputStream in) |
void |
writeLong(long val) |
void |
writeShort(int val) |
void |
writeUTF(String str) |
void writeLob(String name, InputStream in)
long getPosition()
void writeBoolean(boolean val)
void writeByte(int val)
void writeShort(int val)
void writeChar(int val)
void writeInt(int val)
void writeLong(long val)
void writeFloat(float val)
void writeDouble(double val)
void writeBytes(String str)
void writeChars(String str)
void writeUTF(String str)
void close()
close in interface AutoCloseablevoid flush()
Copyright © 2022 vpc open source initiative. All rights reserved.