wtanaka.praya.gale
Interface OperationInterface
- All Known Implementing Classes:
- GimmeOperation, PuffOperation
- public interface OperationInterface
Represents an operation
Return to
or the Praya Homepage
- Version:
- $Name: $ $Date: 2001/09/30 21:14:52 $
- Author:
- $Author: wtanaka $
PUFF
public static final int PUFF
WILL
public static final int WILL
GIMME
public static final int GIMME
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