org.apache.derbyTesting.functionTests.tests.jdbcapi
Class c3AsciiStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.derbyTesting.functionTests.tests.jdbcapi.c3AsciiStream
All Implemented Interfaces:
java.io.Closeable

 class c3AsciiStream
extends java.io.InputStream


Field Summary
private  int count
           
private  byte[] rd
           
private  int size
           
 
Constructor Summary
c3AsciiStream(int size)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] buf, int off, int length)
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

private final int size

count

private int count

rd

private byte[] rd
Constructor Detail

c3AsciiStream

c3AsciiStream(int size)
Method Detail

read

public int read(byte[] buf,
                int off,
                int length)
Overrides:
read in class java.io.InputStream

read

public int read()
Specified by:
read in class java.io.InputStream

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream

Built on Thu 2009-11-26 18:42:53-0800, from revision 884739

Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.