|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.apache.derbyTesting.functionTests.tests.jdbcapi.c3AsciiStream
class c3AsciiStream
| 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 |
|---|
private final int size
private int count
private byte[] rd
| Constructor Detail |
|---|
c3AsciiStream(int size)
| Method Detail |
|---|
public int read(byte[] buf,
int off,
int length)
read in class java.io.InputStreampublic int read()
read in class java.io.InputStreampublic void close()
close in interface java.io.Closeableclose in class java.io.InputStream
|
Built on Thu 2009-11-26 18:42:53-0800, from revision 884739 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||