DeoxysII.ByteArray (DeoxysII v1.0.2)

View Source

Helper module for porting from Python. This is a stateful ByteArray using the Process dictionary.

Summary

Functions

a[start:stop] # items start through stop-1 a[start:] # items start through the rest of the array a[:stop] # items from the beginning through stop-1 a[:] # a copy of the whole array

Functions

clear()

clone(ref)

enumerate(ref)

get(binary)

getb(ref, offset)

getc(ref, offset)

len(ref)

new(size)

pop(ref)

put(ref, data)

sub(ref, from, to)

a[start:stop] # items start through stop-1 a[start:] # items start through the rest of the array a[:stop] # items from the beginning through stop-1 a[:] # a copy of the whole array

write(ref, offset, value)