public class ExploitString extends Object
| Constructor and Description |
|---|
ExploitString(String[] separators,
String[] pumps,
String suffix) |
ExploitString(String prefix,
String pump,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDegree() |
String |
getPrefix() |
String |
getPrefixVisual() |
String |
getPumpByDegree(int degree) |
String |
getPumpByDegreeVisual(int degree) |
String[] |
getPumps() |
String |
getSeparatorByDegree(int degree) |
String |
getSeparatorByDegreeVisual(int degree) |
String[] |
getSeparators() |
String |
getSuffix() |
String |
getSuffixVisual() |
int |
hashCode() |
String |
toString() |
static String |
visualiseString(String s) |
public int getDegree()
public String getSeparatorByDegreeVisual(int degree)
public final String[] getSeparators()
public String getPrefixVisual()
public String getPrefix()
public String getSeparatorByDegree(int degree)
public String getPumpByDegreeVisual(int degree)
public final String[] getPumps()
public String getPumpByDegree(int degree)
public String getSuffixVisual()
public String getSuffix()
Copyright © 2021. All rights reserved.