Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.impl.jdbc
Class BinaryToRawStream  view BinaryToRawStream download BinaryToRawStream.java

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.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