public final class TestInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
(package private) long |
length
Length of stream
|
private long |
pos
Current position in stream
|
(package private) int |
value
Value to return
|
Constructor and Description |
---|
TestInputStream(long length,
int value)
Constructor for TestInputStream
|
Modifier and Type | Method and Description |
---|---|
int |
read()
Implementation of InputStream.read().
|
private long pos
final int value
final long length
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.