org.apache.derby.impl.jdbc
Class BinaryToRawStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.apache.derby.impl.jdbc.BinaryToRawStream

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
 
Fields inherited from class java.io.InputStream
 
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

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.