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

java.lang.Object
  extended by java.io.Reader
      extended by org.apache.derbyTesting.functionTests.tests.jdbcapi.c3Reader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

 class c3Reader
extends java.io.Reader


Field Summary
private  int count
           
private  int size
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
c3Reader(int size)
           
 
Method Summary
 void close()
           
 int read(char[] buf, int off, int length)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, ready, 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
Constructor Detail

c3Reader

c3Reader(int size)
Method Detail

read

public int read(char[] buf,
                int off,
                int length)
Specified by:
read in class java.io.Reader

close

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

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.