java.io.Closeable, java.lang.AutoCloseablepublic final class ReaderToAscii
extends java.io.InputStream
| Modifier and Type | Field | Description |
|---|---|---|
private boolean |
closed |
|
private char[] |
conv |
|
private java.io.Reader |
data |
| Constructor | Description |
|---|---|
ReaderToAscii(java.io.Reader data) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
int |
read() |
|
int |
read(byte[] buf,
int off,
int len) |
|
long |
skip(long len) |
private final java.io.Reader data
private char[] conv
private boolean closed
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long len)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.InputStreamjava.io.IOExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.