struct Core::Portable::ZlibTransformStream::Helper

struct Helper
{
    // typedefs

    typedef int (*TransformFunction)(
        z_streamp strm,
        int flush
        );

    // methods

    static z_stream& toZStream(OpaqueZStream opaqueZStream);
    static OpaqueTransformFunction toOpaqueFunction(TransformFunction function);
    static TransformFunction toTransformFunction(OpaqueTransformFunction function);
};