public class ByteStringReader extends Reader
Constructor and Description |
---|
ByteStringReader(ByteStringParser in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
long |
skip(long n) |
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 © 2022. All rights reserved.