public class OConsoleCommandStream extends Object implements OCommandStream
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SIZE |
Constructor and Description |
---|
OConsoleCommandStream(File file) |
OConsoleCommandStream(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.OConsoleCommandStream.Symbol |
symbol(Character c) |
public static final int BUFFER_SIZE
public OConsoleCommandStream(String commands)
public OConsoleCommandStream(File file) throws FileNotFoundException
FileNotFoundException
public boolean hasNext()
hasNext
in interface OCommandStream
public String nextCommand()
nextCommand
in interface OCommandStream
public void close()
OCloseable
close
in interface OCloseable
public com.orientechnologies.common.console.OConsoleCommandStream.Symbol symbol(Character c)
Copyright © 2009–2020 OrientDB. All rights reserved.