Uses of Class
cz.cuni.jagrlib.piece.LZWCodec.InsertResult

Packages that use LZWCodec.InsertResult
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of LZWCodec.InsertResult in cz.cuni.jagrlib.piece
 

Methods in cz.cuni.jagrlib.piece that return LZWCodec.InsertResult
static LZWCodec.InsertResult LZWCodec.InsertResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LZWCodec.InsertResult[] LZWCodec.InsertResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.