- java.lang.Object
-
- java.io.InputStream
-
- java.io.ByteArrayInputStream
-
- org.apache.derbyTesting.functionTests.util.streams.ReadOnceByteArrayInputStream
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private boolean |
isClosed |
-
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
-
Methods inherited from class java.io.ByteArrayInputStream
available, mark, reset, skip
-
Methods inherited from class java.io.InputStream
read
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
isClosed
private boolean isClosed
-
Method Detail
-
read
public int read()
- Overrides:
read
in class java.io.ByteArrayInputStream
Built on Wed 2014-10-15 18:23:42+0000, from revision ???
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.