public interface BLOBOutputI extends ObjectDataOutputI, java.io.ObjectOutput
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
writeBLOB(byte[] b)
Writes the passed byte-array to our DataOutput.
|
void |
writeBLOB(byte[] b,
int offset,
int len)
Writes the passed byte-array to our DataOutput, using passed offset offset and length len.
|
void |
writeBLOB(java.io.DataInput is,
int sz)
Reads sz bytes from the passed DataInput is and writes them to our DataOutput.
|
void |
writeBLOB(java.io.InputStream is,
int sz)
Reads sz bytes from the passed InputStream is and writes them to our DataOutput.
|
flush, getDescription, getLastNetworkActivity, reset, setDescription, writeBigDecimal, writeBooleanObject, writeByteObject, writeDate, writeDoubleObject, writeFloatObject, writeIntegerArray, writeIntegerObject, writeLongArray, writeLongObject, writeObject, writeObjectArray, writeShortObject, writeString, writeStringArray, writeUnshared
static final java.lang.String $0
void writeBLOB(byte[] b) throws java.io.IOException
java.io.IOException
void writeBLOB(byte[] b, int offset, int len) throws java.io.IOException
java.io.IOException
void writeBLOB(java.io.DataInput is, int sz) throws java.io.IOException
java.io.IOException
void writeBLOB(java.io.InputStream is, int sz) throws java.io.IOException
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.