pub fn transform_object<E>(
object: &mut [u8],
transformation: &ObjectTransform<E>,
) -> TransformResult<(), E>where
E: Error,
Expand description
Apply a transformation to a binary or an archive of binaries.
Objects are parsed from reader
and stored into writer
.
This function supports both BSD and GNU style archives.