
public class ODFACommandStream extends Object implements OCommandStream
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE |
| Constructor and Description |
|---|
ODFACommandStream(File file) |
ODFACommandStream(String commands) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes resources inside of call of OStorage#close().
|
boolean |
hasNext() |
String |
nextCommand() |
com.orientechnologies.common.console.ODFACommandStream.Symbol |
symbol(Character c) |
public static final int BUFFER_SIZE
public ODFACommandStream(String commands)
public ODFACommandStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic boolean hasNext()
hasNext in interface OCommandStreampublic String nextCommand()
nextCommand in interface OCommandStreampublic void close()
OCloseableclose in interface OCloseablepublic com.orientechnologies.common.console.ODFACommandStream.Symbol symbol(Character c)
Copyright © 2009–2025 OrientDB. All rights reserved.