@Deprecated public class ByteStringReader extends Reader
Constructor and Description |
---|
ByteStringReader(ByteStringParser in)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(char[] cbuf,
int off,
int len)
Deprecated.
|
long |
skip(long n)
Deprecated.
|
public ByteStringReader(ByteStringParser in)
public long skip(long n) throws IOException
skip
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
Copyright © 2021. All rights reserved.