blob: 8d6b5cd16bf3912ff38133add81a552dac6f73f1 [file] [log] [blame]
package joshua.decoder.phrase;
public interface State {
byte getLength();
long identify(byte index);
}