Skip navigation links
A B C F G L N P S W 

A

allocate(long) - Static method in class net.magik6k.bitbuffer.BitBuffer
Allocates new BitBuffer.
allocateDirect(long) - Static method in class net.magik6k.bitbuffer.BitBuffer
 
asByteArray() - Method in class net.magik6k.bitbuffer.BitBuffer
This method returns representation of this bufer as array of bytes. nota that not-full bits will be set to 0.
asByteBuffer() - Method in class net.magik6k.bitbuffer.BitBuffer
This method returns representation of this bufer as ByteBuffer. nota that not-full bits will be set to 0.

B

BitBuffer - Class in net.magik6k.bitbuffer
 
BitBuffer() - Constructor for class net.magik6k.bitbuffer.BitBuffer
 

C

canRead() - Method in class net.magik6k.bitbuffer.BitBuffer
 
canWrite() - Method in class net.magik6k.bitbuffer.BitBuffer
 

F

flip() - Method in class net.magik6k.bitbuffer.BitBuffer
Toggles the buffer betwen read/write modes.

G

getBoolean() - Method in class net.magik6k.bitbuffer.BitBuffer
 
getByte() - Method in class net.magik6k.bitbuffer.BitBuffer
 
getByte(int) - Method in class net.magik6k.bitbuffer.BitBuffer
 
getDouble() - Method in class net.magik6k.bitbuffer.BitBuffer
 
getFloat() - Method in class net.magik6k.bitbuffer.BitBuffer
 
getInt() - Method in class net.magik6k.bitbuffer.BitBuffer
 
getInt(int) - Method in class net.magik6k.bitbuffer.BitBuffer
 
getLong() - Method in class net.magik6k.bitbuffer.BitBuffer
 
getLong(int) - Method in class net.magik6k.bitbuffer.BitBuffer
 
getString(int) - Method in class net.magik6k.bitbuffer.BitBuffer
 
getString(int, int) - Method in class net.magik6k.bitbuffer.BitBuffer
 

L

limit() - Method in class net.magik6k.bitbuffer.BitBuffer
 

N

net.magik6k.bitbuffer - package net.magik6k.bitbuffer
 

P

position() - Method in class net.magik6k.bitbuffer.BitBuffer
 
put(boolean) - Method in class net.magik6k.bitbuffer.BitBuffer
 
put(byte) - Method in class net.magik6k.bitbuffer.BitBuffer
 
put(int) - Method in class net.magik6k.bitbuffer.BitBuffer
 
put(long) - Method in class net.magik6k.bitbuffer.BitBuffer
 
put(String) - Method in class net.magik6k.bitbuffer.BitBuffer
 
putBit(boolean) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts single bit(boolean value) to this buffer
putBoolean(boolean) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts boolean value(Single bit)
putByte(byte) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts byte value(8 bits)
putByte(byte, int) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts byte value with specified bit count.
putDouble(double) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts double floating point value(64 bits)
putFloat(float) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts floating point value(32 bits)
putInt(int) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts integer value(32 bits)
putInt(int, int) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts integer value with specified bit count.
putLong(long) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts long value(64 bits)
putLong(long, int) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts long value with specified bit count.
putString(String) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts String value(8 bits per char), using UTF-8
putString(String, int) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts String value(specified amount bits per char), using UTF-8
putToByteBuffer(ByteBuffer) - Method in class net.magik6k.bitbuffer.BitBuffer
Puts this BitBuffer into ByteBuffer

S

setPosition(long) - Method in class net.magik6k.bitbuffer.BitBuffer
Sets cursor position for this buffer
size() - Method in class net.magik6k.bitbuffer.BitBuffer
 

W

wrap(byte[]) - Static method in class net.magik6k.bitbuffer.BitBuffer
Wraps bitbuffer around given array instance.
A B C F G L N P S W 
Skip navigation links