|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.impl.jdbc
Class BinaryToRawStream

java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.apache.derby.impl.jdbc.BinaryToRawStream
- All Implemented Interfaces:
- java.io.Closeable
- final class BinaryToRawStream
- extends java.io.FilterInputStream
Converts a stream containing the Cloudscape stored binary form to one that just contains the application's data. Simply remove the length information.
| Field Summary | |
private java.lang.Object |
parent
|
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
BinaryToRawStream(java.io.InputStream in,
java.lang.Object parent)
|
|
| Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
parent
private java.lang.Object parent
| Constructor Detail |
BinaryToRawStream
public BinaryToRawStream(java.io.InputStream in, java.lang.Object parent) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC