Overriding PostStream or Store methods with plugin API?

Hello,

Is it possible to override Store and PostStream methods from a plugin? I tried using Plugin API with “model:store” and “model:post-stream”, but they don’t work.

Using Prototype as a hack to force the override doesn’t work either, because of the minification.

Thanks.