- java.lang.Object
-
- swim.decipher.Decipher
-
public final class Decipher extends Object
Factory for constructing format-detecting parsers and decoders.
-
-
Method Summary
Modifier and Type Method Description static Decoder<Value>decoder()static Valueparse(String any)static Parser<Value>parser()static DecipherDecoder<Item,Value>structureDecoder()static DecipherParser<Item,Value>structureParser()
-
-
-
Method Detail
-
structureDecoder
public static DecipherDecoder<Item,Value> structureDecoder()
-
structureParser
public static DecipherParser<Item,Value> structureParser()
-
-