java.io.Closeable
, java.lang.AutoCloseable
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.InputStream
java.io.IOException
public int read(byte[] buf, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long len) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
close
in class java.io.InputStream
java.io.IOException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.