Struct tar::PaxExtension [] [src]

pub struct PaxExtension<'entry> { /* fields omitted */ }

A key/value pair corresponding to a pax extension.

Methods

impl<'entry> PaxExtension<'entry>
[src]

[src]

Returns the key for this key/value pair parsed as a string.

May fail if the key isn't actually utf-8.

[src]

Returns the underlying raw bytes for the key of this key/value pair.

[src]

Returns the value for this key/value pair parsed as a string.

May fail if the value isn't actually utf-8.

[src]

Returns the underlying raw bytes for this value of this key/value pair.