public abstract class GuessSetup
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GuessSetup.GuessSetupTsk |
static class |
GuessSetup.ParseSetupGuessException |
Constructor and Description |
---|
GuessSetup() |
Modifier and Type | Method and Description |
---|---|
static CustomParser.PSetupGuess |
guessSetup(java.util.ArrayList<Key> keys,
Key headerKey,
CustomParser.ParserSetup setup,
boolean checkHeader) |
static CustomParser.PSetupGuess |
guessSetup(byte[] bits) |
static CustomParser.PSetupGuess |
guessSetup(byte[] bits,
CustomParser.ParserSetup setup,
boolean checkHeader) |
public static CustomParser.PSetupGuess guessSetup(java.util.ArrayList<Key> keys, Key headerKey, CustomParser.ParserSetup setup, boolean checkHeader)
public static CustomParser.PSetupGuess guessSetup(byte[] bits)
public static CustomParser.PSetupGuess guessSetup(byte[] bits, CustomParser.ParserSetup setup, boolean checkHeader)