rabbit.zip
Interface GZipListener

All Known Subinterfaces:
GZipPackListener, GZipUnpackListener

public interface GZipListener

A listener for gzip handling events.

Author:
Robert Olofsson

Method Summary
 void failed(Exception e)
          Signal that an exception has occurred during handling of data.
 byte[] getBuffer()
          Get the data buffer the listener wants the handled data in.
 

Method Detail

getBuffer

byte[] getBuffer()
Get the data buffer the listener wants the handled data in.


failed

void failed(Exception e)
Signal that an exception has occurred during handling of data.

Parameters:
e - the real error