- java.lang.Object
-
- java.io.InputStream
-
- org.apache.derby.impl.jdbc.ReaderToAscii
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private boolean |
closed |
private char[] |
conv |
private java.io.Reader |
data |
-
Constructor Summary
Constructors
Constructor and Description |
ReaderToAscii(java.io.Reader data) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close() |
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
long |
skip(long len) |
-
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
closed
private boolean closed
Built on Wed 2014-10-15 18:23:42+0000, from revision ???
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.