public class HastebinUtility extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BIN_URL |
static Pattern |
PATTERN |
static String |
USER_AGENT |
| Constructor and Description |
|---|
HastebinUtility() |
| Modifier and Type | Method and Description |
|---|---|
static String |
upload(File file) |
static String |
upload(String string) |
public static final String BIN_URL
public static final String USER_AGENT
public static final Pattern PATTERN
public static String upload(String string) throws IOException
IOExceptionpublic static String upload(File file) throws IOException
IOExceptionCopyright © 2020. All rights reserved.