Package com.mckoi.database.global
Class ByteLongObject.BLOBInputStream
- java.lang.Object
-
- java.io.InputStream
-
- com.mckoi.database.global.ByteLongObject.BLOBInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- ByteLongObject
private class ByteLongObject.BLOBInputStream extends java.io.InputStream
Inner class that encapsulates the byte long object in an input stream.
-
-
Field Summary
Fields Modifier and Type Field Description private int
index
-
Constructor Summary
Constructors Constructor Description BLOBInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] buf, int off, int len)
-