public class Client extends Object
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
readFromBytes(byte[] raw) |
static InputStream |
readFromFilePath(String path) |
static InputStream |
readFromString(String raw) |
static void |
reset(InputStream raw) |
public static InputStream readFromFilePath(String path) throws Exception
Exceptionpublic static InputStream readFromBytes(byte[] raw)
public static InputStream readFromString(String raw) throws Exception
Exceptionpublic static void reset(InputStream raw) throws Exception
ExceptionCopyright © 2022. All rights reserved.