public interface CommandReader
| Modifier and Type | Method and Description |
|---|---|
StorageCommand |
read(ReadableChannel channel)
Reads the next
StorageCommand from channel. |
StorageCommand read(ReadableChannel channel) throws IOException
StorageCommand from channel.channel - ReadableChannel to read from.StorageCommand or null if end reached.IOException - if channel throws exception.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.