|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.apache.derby.impl.jdbc.BinaryToRawStream
class BinaryToRawStream
Converts a stream containing the Derby stored binary form to one that just contains the application's data. Simply read and save the length information.
| Field Summary | |
|---|---|
private int |
length
Length of the value represented by this stream. |
private java.lang.Object |
parent
|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
BinaryToRawStream(java.io.InputStream in,
java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
(package private) int |
getLength()
Return the length of the value in thie stream in bytes. |
| Methods inherited from class java.io.FilterInputStream |
|---|
available, close, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int length
private java.lang.Object parent
| Constructor Detail |
|---|
BinaryToRawStream(java.io.InputStream in,
java.lang.Object parent)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
int getLength()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||