wtanaka.praya.gale
Interface OperationInterface

All Known Implementing Classes:
GimmeOperation, PuffOperation

public interface OperationInterface

Represents an operation

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/09/30 21:14:52 $
Author:
$Author: wtanaka $

Field Summary
static int GIMME
           
static int PUFF
           
static int WILL
           
 
Method Summary
 int getOpcode()
           
 int getStreamLength()
           
 void write(GaleOutputStream out)
           
 

Field Detail

PUFF

public static final int PUFF

WILL

public static final int WILL

GIMME

public static final int GIMME
Method Detail

getOpcode

public int getOpcode()

getStreamLength

public int getStreamLength()
Returns:
the total length of the wire representation of this operation, including opcode.

write

public void write(GaleOutputStream out)
           throws java.io.IOException