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]

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

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

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

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

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

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

Auto Trait Implementations

impl<'entry> Send for PaxExtension<'entry>

impl<'entry> Sync for PaxExtension<'entry>