public class NetworkReadableClosableChannelNetty4 extends Object implements org.neo4j.kernel.impl.transaction.log.ReadableClosablePositionAwareChannel
| Constructor and Description |
|---|
NetworkReadableClosableChannelNetty4(io.netty.buffer.ByteBuf input) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte |
get() |
void |
get(byte[] bytes,
int length) |
org.neo4j.kernel.impl.transaction.log.LogPositionMarker |
getCurrentPosition(org.neo4j.kernel.impl.transaction.log.LogPositionMarker positionMarker) |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
short |
getShort() |
public NetworkReadableClosableChannelNetty4(io.netty.buffer.ByteBuf input)
public byte get()
throws IOException
get in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic short getShort()
throws IOException
getShort in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic int getInt()
throws IOException
getInt in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic long getLong()
throws IOException
getLong in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic float getFloat()
throws IOException
getFloat in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic double getDouble()
throws IOException
getDouble in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic void get(byte[] bytes,
int length)
throws IOException
get in interface org.neo4j.storageengine.api.ReadableChannelIOExceptionpublic org.neo4j.kernel.impl.transaction.log.LogPositionMarker getCurrentPosition(org.neo4j.kernel.impl.transaction.log.LogPositionMarker positionMarker)
throws IOException
getCurrentPosition in interface org.neo4j.kernel.impl.transaction.log.PositionAwareChannelIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.