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 int read() throws IOException
read
in class Reader
IOException
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
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2015. All rights reserved.