[][src]Crate jimage_sys

jimage-sys

Crates.io Docs License GitHub

Raw C FFI bindings to jimage.dll, allowing you to read jimage format "modules" files from AdoptOpenJDK containing class metadata, resources, etc.

License

Licensed under the BSD 3-Clause "New" License (LICENSE or https://choosealicense.com/licenses/bsd-3-clause/).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Structs

JImageFile

Opaque handle to a jimage-format file opened by jimage.dll

Library

jimage.dll fns / entry points. See jimage.hpp for more details

Constants

JIMAGE_BAD_MAGIC

Error code

JIMAGE_BAD_VERSION

Error code

JIMAGE_CORRUPTED

Error code

JIMAGE_NOT_FOUND

Error code

Type Definitions

JImageLocationRef

The location of a resource within a jimage-format file

JImageResourceVisitor

Raw callback for JIMAGE_ResourceIterator