public interface BLOBInputI extends ObjectDataInputI, java.io.ObjectInput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBLOB()
Reads a byte-array from our DataInput and returns it.
|
int |
readBLOB(java.io.DataOutput os)
Reads bytes from our DataInput and writes them to the passed DataOutput os.
|
int |
readBLOB(java.io.OutputStream os)
Reads bytes from our DataInput and writes them to the passed OutputStream os.
|
readBigDecimal, readBooleanObject, readByteObject, readDate, readDoubleObject, readFloatObject, readIntegerArray, readIntegerObject, readLongArray, readLongObject, readObject, readObject, readObjectArray, readShortObject, readString, readStringArraystatic final java.lang.String $0
byte[] readBLOB()
throws java.io.IOException
java.io.IOExceptionint readBLOB(java.io.DataOutput os)
throws java.io.IOException
java.io.IOExceptionint readBLOB(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.