JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
jnr.ffi.annotations
Annotation Type NulTerminate
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
NulTerminate
Indicates that a byte array or ByteBuffer should be terminated with a zero byte before passing it to a native function.