seFreeBytecodes
syntax: |
void SEContext.seFreeBytecodes(byte[] codes); |
where: |
codes the bytecodes returned from sePrecompile
|
return: |
None
|
description: |
Call this routine to free the bytecodes given to you from sePrecompile after you are finished using them, such as after writing them to disk.
|
see: |
|