
public class OScannerCommandStream extends Object implements OCommandStream
| Constructor and Description |
|---|
OScannerCommandStream(File file) |
OScannerCommandStream(String commands) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes resources inside of call of OStorage#close().
|
boolean |
hasNext() |
String |
nextCommand() |
public OScannerCommandStream(String commands)
public OScannerCommandStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic boolean hasNext()
hasNext in interface OCommandStreampublic String nextCommand()
nextCommand in interface OCommandStreampublic void close()
OCloseableclose in interface OCloseableCopyright © 2009–2025 OrientDB. All rights reserved.