dsql
Class VariableOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bydsql.VariableOutputStream

public class VariableOutputStream
extends java.io.OutputStream

Writes to a Variable.


Constructor Summary
VariableOutputStream(Variable _var)
           
 
Method Summary
protected  void append(java.lang.String str)
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableOutputStream

public VariableOutputStream(Variable _var)
                     throws ExecuteException
Method Detail

write

public void write(byte[] b)

write

public void write(byte[] b,
                  int off,
                  int len)

write

public void write(int b)

append

protected void append(java.lang.String str)