com.sshtools.j2ssh.transport.compression
Interface SshCompression

All Known Implementing Classes:
Zlib

public interface SshCompression

The interface for SSH compression.

NOTE: This is currently a placeholder, will get around to implementing this quite soon.

Version:
1.0
Author:
Lee David Painter ( lee@sshtools.com )

Method Summary
 void init(int mode)
          Description of the Method
 byte[] transform(byte[] data)
          Description of the Method
 

Method Detail

init

public void init(int mode)
Description of the Method

Parameters:
mode - Description of the Parameter

transform

public byte[] transform(byte[] data)
Description of the Method

Parameters:
data - Description of the Parameter
Returns:
Description of the Return Value


Copyright © 2002 Sshtools.com. All Rights Reserved.