public class OperationEmitter extends AbstractOperationEmitter
AbstractOperations when given an ReadLineCapable type.| Constructor and Description |
|---|
OperationEmitter(Direction direction,
File file)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<AbstractOperation> |
tryEmit()
Tries to parse an operation in the reading directions and emits it,
if parsing has been successful.
|
close, getOffsetpublic com.google.common.base.Optional<AbstractOperation> tryEmit() throws IOException
IOException - in case reading from the ReadLineCapable failsCopyright © 2017. All rights reserved.