F G I K M S T V

F

fec_decode(int, byte[][], int[], int) - Static method in class VDMFec_JNI
fec_decode : decode fec packets of the session
fec_encode(int, byte[][], byte[], int, int) - Static method in class VDMFec_JNI
fec_encode : encode one fec packet
fec_free(int) - Static method in class VDMFec_JNI
fec_free : free some space Function allowing to free memory allocated in native environement
fec_new(int, int) - Static method in class VDMFec_JNI
fec_new : create a new encoder for a fec session This contains k,n and the encoding matrix.

G

GF_BITS - Static variable in class VDMFec_JNI
The following parameter defines how many bits are used for field elements.

I

init_fec() - Static method in class VDMFec_JNI
init_fec : initialize fec sessions

K

KK - Static variable in class VDMFec_JNI
Number of maximum source packets Must be inferior to 255, use in main test programme

M

main(String[]) - Static method in class VDMFec_JNI
main : main function, launched from Java Virtual Machine Create k packets of size sz of random data, encodes them, and tries to decode.

S

SZ - Static variable in class VDMFec_JNI
Size of packet Size in bytes of each packet to generate

T

test_decode(int, int, int[], int, String) - Static method in class VDMFec_JNI
test_decode : test function of VDM Library the following is only test code and can be safely omitted in applications.
TICK(long[], int) - Static method in class VDMFec_JNI
TICK : Take a timestamp
TOCK(long[], int) - Static method in class VDMFec_JNI
TOCK : Compute a time interval

V

VDMFec_JNI - class VDMFec_JNI.
This is an erasure code based on Vandermonde matrices class.
VDMFec_JNI() - Constructor for class VDMFec_JNI
 

F G I K M S T V