public abstract class StringReader extends Object
| Constructor and Description |
|---|
StringReader() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
_sureRead(InputStream input,
int len) |
static String |
readString(InputStream input,
int len) |
static int |
sureRead(InputStream input,
byte[] buf,
int len) |
static void |
sureSkip(InputStream is,
long l) |
public static String readString(InputStream input, int len) throws IOException
IOExceptionpublic static byte[] _sureRead(InputStream input, int len) throws IOException
IOExceptionpublic static int sureRead(InputStream input, byte[] buf, int len) throws IOException
IOExceptionpublic static void sureSkip(InputStream is, long l) throws IOException
IOExceptionCopyright © 2019. All rights reserved.