Struct beam_file::chunk::StrTChunk [] [src]

pub struct StrTChunk {
    pub strings: Vec<u8>,
}

A representation of the "StrT" chunk.

Fields

Concatenated strings.

Trait Implementations

impl Debug for StrTChunk
[src]

Formats the value using the given formatter.

impl PartialEq for StrTChunk
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for StrTChunk
[src]

impl Chunk for StrTChunk
[src]

Returns the identifier of the chunk.

Reads a chunk which has the identifier id from reader. Read more

Writes the data of the chunk to writer. Read more

Reads a chunk from reader.

Writes the chunk to writer.