Package org.apache.derby.impl.jdbc
Class BinaryToRawStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.derby.impl.jdbc.BinaryToRawStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Direct Known Subclasses:
AutoPositioningStream
class BinaryToRawStream extends java.io.FilterInputStream
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.
-
-
Constructor Summary
Constructors Constructor Description BinaryToRawStream(java.io.InputStream in, java.lang.Object parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (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
-
-