public 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 class java.io.InputStreamjava.io.IOExceptionApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.