public interface NanoDBInputStream extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
readBoolean() |
byte |
readByte() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
InputStream |
readLob(String name) |
long |
readLong() |
String |
readUTF() |
InputStream readLob(String name)
int readInt()
long readLong()
float readFloat()
double readDouble()
String readUTF()
void close()
close in interface AutoCloseablebyte readByte()
boolean readBoolean()
Copyright © 2022 vpc open source initiative. All rights reserved.