jnr.ffi.annotations
Annotation Type NulTerminate


@Retention(value=RUNTIME)
@Target(value={PARAMETER,METHOD})
public @interface NulTerminate

Indicates that a byte array or ByteBuffer should be terminated with a zero byte before passing it to a native function.



Copyright © 2013. All Rights Reserved.