A B C D F G M R S T 
All Classes All Packages

A

addCurrentBitIndex(int) - Method in class fr.devnied.bitlib.BitUtils
Add pIndex to the current value of bitIndex

B

BitUtils - Class in fr.devnied.bitlib
Class to manage bit with java
BitUtils(byte[]) - Constructor for class fr.devnied.bitlib.BitUtils
Constructor of the class
BitUtils(int) - Constructor for class fr.devnied.bitlib.BitUtils
Constructor for empty byte tab
BYTE_SIZE - Static variable in class fr.devnied.bitlib.BitUtils
Constant for byte size
BYTE_SIZE_F - Static variable in class fr.devnied.bitlib.BitUtils
Constant for byte size (float)
byteArrayToInt(byte[]) - Static method in class fr.devnied.bitlib.BytesUtils
Method used to convert byte array to int
byteArrayToInt(byte[], int, int) - Static method in class fr.devnied.bitlib.BytesUtils
Method used to convert byte array to int
bytesToString(byte[]) - Static method in class fr.devnied.bitlib.BytesUtils
Method to convert bytes to string with space between bytes
bytesToString(byte[], boolean) - Static method in class fr.devnied.bitlib.BytesUtils
Method to convert bytes to string with space between bytes bytes to convert
bytesToStringNoSpace(byte) - Static method in class fr.devnied.bitlib.BytesUtils
Method to convert byte to string without space between byte
bytesToStringNoSpace(byte[]) - Static method in class fr.devnied.bitlib.BytesUtils
Method to convert bytes to string without space between bytes
bytesToStringNoSpace(byte[], boolean) - Static method in class fr.devnied.bitlib.BytesUtils
Method to convert bytes to string without space between bytes
BytesUtils - Class in fr.devnied.bitlib
Class used to manage String/byte/int converter

C

clear() - Method in class fr.devnied.bitlib.BitUtils
Method used to clear data and reset current bit index

D

DATE_FORMAT - Static variable in class fr.devnied.bitlib.BitUtils
Simple date format (yyyMMdd)

F

fr.devnied.bitlib - package fr.devnied.bitlib
 
fromString(String) - Static method in class fr.devnied.bitlib.BytesUtils
Method to get bytes form string

G

getCurrentBitIndex() - Method in class fr.devnied.bitlib.BitUtils
Getter for the currentBitIndex
getData() - Method in class fr.devnied.bitlib.BitUtils
Method to get all data
getMask(int, int) - Method in class fr.devnied.bitlib.BitUtils
This method is used to get a mask dynamically
getNextBoolean() - Method in class fr.devnied.bitlib.BitUtils
Get the Next boolean (read 1 bit)
getNextByte(int) - Method in class fr.devnied.bitlib.BitUtils
Method used to get the next byte and shift read data to the beginning of the array.
(Ex 00110000b if we start read 2 bit at index 2 the data returned will be 11000000b)
getNextByte(int, boolean) - Method in class fr.devnied.bitlib.BitUtils
Method to get The next bytes with the specified size
getNextDate(int, String) - Method in class fr.devnied.bitlib.BitUtils
Method to get the next date
getNextDate(int, String, boolean) - Method in class fr.devnied.bitlib.BitUtils
Method to get the next date
getNextHexaString(int) - Method in class fr.devnied.bitlib.BitUtils
This method is used to get the next String in Hexa
getNextInteger(int) - Method in class fr.devnied.bitlib.BitUtils
This method is used to get an integer with the specified size Be careful with java integer bit sign.
getNextIntegerSigned(int) - Method in class fr.devnied.bitlib.BitUtils
Method used to get get a signed integer with the specified size
getNextLong(int) - Method in class fr.devnied.bitlib.BitUtils
This method is used to get a long with the specified size Be careful with java long bit sign.
getNextLongSigned(int) - Method in class fr.devnied.bitlib.BitUtils
Method used to get get a signed long with the specified size
getNextString(int) - Method in class fr.devnied.bitlib.BitUtils
This method is used to get the next String with the specified size with the charset ASCII
getNextString(int, Charset) - Method in class fr.devnied.bitlib.BitUtils
This method is used to get the next String with the specified size
getSize() - Method in class fr.devnied.bitlib.BitUtils
Method used to get the size of the bit array

M

matchBitByBitIndex(int, int) - Static method in class fr.devnied.bitlib.BytesUtils
Test if bit at given index of given value is = 1.

R

reset() - Method in class fr.devnied.bitlib.BitUtils
Reset the current bit index to the initial position
resetNextBits(int) - Method in class fr.devnied.bitlib.BitUtils
Set to 0 the next N bits

S

setBit(byte, int, boolean) - Static method in class fr.devnied.bitlib.BytesUtils
Method used to set a bit index to 1 or 0.
setCurrentBitIndex(int) - Method in class fr.devnied.bitlib.BitUtils
Setter currentBitIndex
setNextBoolean(boolean) - Method in class fr.devnied.bitlib.BitUtils
Method to set a boolean
setNextByte(byte[], int) - Method in class fr.devnied.bitlib.BitUtils
Method to write bytes with the max length
setNextByte(byte[], int, boolean) - Method in class fr.devnied.bitlib.BitUtils
Method to write bytes with the max length
setNextDate(Date, String) - Method in class fr.devnied.bitlib.BitUtils
Method to write a date
setNextDate(Date, String, boolean) - Method in class fr.devnied.bitlib.BitUtils
Method to write a date
setNextHexaString(String, int) - Method in class fr.devnied.bitlib.BitUtils
Method to write Hexa String with the max length
setNextInteger(int, int) - Method in class fr.devnied.bitlib.BitUtils
Add Integer to the current position with the specified size Be careful with java integer bit sign
setNextLong(long, int) - Method in class fr.devnied.bitlib.BitUtils
Add Long to the current position with the specified size Be careful with java long bit sign
setNextString(String, int) - Method in class fr.devnied.bitlib.BitUtils
Method to write String
setNextString(String, int, boolean) - Method in class fr.devnied.bitlib.BitUtils
Method to write a String
setNextValue(long, int, int) - Method in class fr.devnied.bitlib.BitUtils
Add Value to the current position with the specified size

T

toBinary(byte[]) - Static method in class fr.devnied.bitlib.BytesUtils
Convert byte array to binary String
toByteArray(int) - Static method in class fr.devnied.bitlib.BytesUtils
Method used to convert integer to byet array
A B C D F G M R S T 
All Classes All Packages