Struct nx::file::File [] [src]

pub struct File { /* fields omitted */ }

A memory-mapped NX file.

Methods

impl File
[src]

Opens an NX file via memory-mapping. This also checks the magic bytes in the header.

Number of nodes in the file

Gets the root node of the file.

Gets the string at the specified index in the string table.

Gets the node data at the specified index in the node table.

Gets the audio data at the specified index in the node table.

Trait Implementations

impl Send for File
[src]

impl Sync for File
[src]