Uses of Class
org.neo4j.kernel.impl.nioneo.store.Buffer

Packages that use Buffer
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.util   
 

Uses of Buffer in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return Buffer
 Buffer Buffer.get(byte[] dst)
          Reads byte array length bytes into the byte array from the underlying buffer.
 Buffer Buffer.get(char[] dst)
           
 Buffer PersistenceWindow.getBuffer()
          Returns the underlying buffer to this persistence window.
 Buffer PersistenceWindow.getOffsettedBuffer(long id)
           
 Buffer Buffer.put(byte b)
          Puts a byte into the underlying buffer.
 Buffer Buffer.put(byte[] src)
          Puts a byte array into the underlying buffer.
 Buffer Buffer.put(byte[] src, int offset, int length)
          Puts a byte array into the underlying buffer starting from offset in the array and writing length values.
 Buffer Buffer.put(char[] src)
           
 Buffer Buffer.putInt(int i)
          Puts a int into the underlying buffer.
 Buffer Buffer.putLong(long l)
          Puts a long into the underlying buffer.
 Buffer Buffer.setOffset(int offset)
          Sets the offset from persistence window position in the underlying byte buffer.
 

Uses of Buffer in org.neo4j.kernel.impl.util
 

Methods in org.neo4j.kernel.impl.util with parameters of type Buffer
 Bits Bits.apply(Buffer buffer)
          Writes all bits to buffer.
 Bits Bits.read(Buffer buffer)
          Reads from buffer and fills up all the bits.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.