wyvern.common.net
Interface RPCConstants.ImageFormat

Enclosing interface:
RPCConstants

public static interface RPCConstants.ImageFormat

Specifies the format of an image (GIF, JPG, etc.)


Field Summary
static byte GIF
           
static byte JPG
           
static byte PNG
           
 

Field Detail

GIF

public static final byte GIF
See Also:
Constant Field Values

PNG

public static final byte PNG
See Also:
Constant Field Values

JPG

public static final byte JPG
See Also:
Constant Field Values