Uses of Class
org.neo4j.kernel.impl.util.Bits

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

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

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type Bits
static boolean LongerShortString.writeLatin1Characters(String string, Bits bits)
           
 

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

Methods in org.neo4j.kernel.impl.util that return Bits
 Bits Bits.apply(Buffer buffer)
          Writes all bits to buffer.
static Bits Bits.bits(int numberOfBytes)
           
static Bits Bits.bitsFromBytes(byte[] bytes)
           
static Bits Bits.bitsFromBytes(byte[] bytes, int startIndex)
           
static Bits Bits.bitsFromLongs(long[] longs)
           
 Bits Bits.clone()
           
 Bits Bits.put(byte value)
           
 Bits Bits.put(byte value, int steps)
           
 Bits Bits.put(int value)
           
 Bits Bits.put(int value, int steps)
           
 Bits Bits.put(long value)
           
 Bits Bits.put(long value, int steps)
           
 Bits Bits.put(short value)
           
 Bits Bits.put(short value, int steps)
           
 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.