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
IOException
public static byte[] _sureRead(InputStream input, int len) throws IOException
IOException
public static int sureRead(InputStream input, byte[] buf, int len) throws IOException
IOException
public static void sureSkip(InputStream is, long l) throws IOException
IOException
Copyright © 2019. All rights reserved.