org.neo4j.com
Class BlockLogReader
java.lang.Object
org.neo4j.com.BlockLogReader
- All Implemented Interfaces:
- Closeable, Channel, ReadableByteChannel
public class BlockLogReader
- extends Object
- implements ReadableByteChannel
|
Constructor Summary |
BlockLogReader(org.jboss.netty.buffer.ChannelBuffer source)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockLogReader
public BlockLogReader(org.jboss.netty.buffer.ChannelBuffer source)
isOpen
public boolean isOpen()
- Specified by:
isOpen in interface Channel
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Specified by:
close in interface Channel
- Throws:
IOException
read
public int read(ByteBuffer dst)
throws IOException
- Specified by:
read in interface ReadableByteChannel
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.