|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
org.h2.util.ExactUTF8InputStreamReader
public class ExactUTF8InputStreamReader
The regular InputStreamReader may read some more bytes than required. If this is a problem, use this class.
Field Summary |
---|
Fields inherited from class java.io.Reader |
---|
lock |
Constructor Summary | |
---|---|
ExactUTF8InputStreamReader(java.io.InputStream in)
|
Method Summary | |
---|---|
void |
close()
|
int |
read(char[] chars,
int off,
int len)
|
Methods inherited from class java.io.Reader |
---|
mark, markSupported, read, read, read, ready, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExactUTF8InputStreamReader(java.io.InputStream in)
Method Detail |
---|
public void close()
close
in interface java.io.Closeable
close
in class java.io.Reader
public int read(char[] chars, int off, int len) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |