com.fluendo.jheora
Class Result

java.lang.Object
  extended by com.fluendo.jheora.Result

public final class Result
extends java.lang.Object


Field Summary
static int BADHEADER
           
static int BADPACKET
           
static int EINVAL
           
static int FAULT
           
static int IMPL
           
static int NEWPACKET
           
static int NOTFORMAT
           
static int VERSION
           
 
Constructor Summary
Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAULT

public static final int FAULT
See Also:
Constant Field Values

EINVAL

public static final int EINVAL
See Also:
Constant Field Values

BADHEADER

public static final int BADHEADER
See Also:
Constant Field Values

NOTFORMAT

public static final int NOTFORMAT
See Also:
Constant Field Values

VERSION

public static final int VERSION
See Also:
Constant Field Values

IMPL

public static final int IMPL
See Also:
Constant Field Values

BADPACKET

public static final int BADPACKET
See Also:
Constant Field Values

NEWPACKET

public static final int NEWPACKET
See Also:
Constant Field Values
Constructor Detail

Result

public Result()