public class NanoDBDefaultOutputStream extends Object implements NanoDBOutputStream
| Constructor and Description |
|---|
NanoDBDefaultOutputStream(OutputStream out,
net.thevpc.nuts.NutsSession session) |
| 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) |
public NanoDBDefaultOutputStream(OutputStream out, net.thevpc.nuts.NutsSession session)
public void writeLob(String name, InputStream in)
writeLob in interface NanoDBOutputStreampublic long getPosition()
getPosition in interface NanoDBOutputStreampublic void writeBoolean(boolean val)
writeBoolean in interface NanoDBOutputStreampublic void writeByte(int val)
writeByte in interface NanoDBOutputStreampublic void writeShort(int val)
writeShort in interface NanoDBOutputStreampublic void writeChar(int val)
writeChar in interface NanoDBOutputStreampublic void writeInt(int val)
writeInt in interface NanoDBOutputStreampublic void writeLong(long val)
writeLong in interface NanoDBOutputStreampublic void writeFloat(float val)
writeFloat in interface NanoDBOutputStreampublic void writeDouble(double val)
writeDouble in interface NanoDBOutputStreampublic void writeBytes(String str)
writeBytes in interface NanoDBOutputStreampublic void writeChars(String str)
writeChars in interface NanoDBOutputStreampublic void writeUTF(String str)
writeUTF in interface NanoDBOutputStreampublic void close()
close in interface AutoCloseableclose in interface NanoDBOutputStreampublic void flush()
flush in interface NanoDBOutputStreamCopyright © 2022 vpc open source initiative. All rights reserved.