public class ByteStringReader extends Reader
| Constructor and Description |
|---|
ByteStringReader(net.openhft.chronicle.bytes.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(net.openhft.chronicle.bytes.ByteStringParser in)
public long skip(long n)
throws IOException
skip in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2020. All rights reserved.