Class ByteArrayValueHandler
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<byte[]>
-
- de.bytefish.pgbulkinsert.pgsql.handlers.ByteArrayValueHandler
-
- All Implemented Interfaces:
IValueHandler<byte[]>,ValueHandler
public class ByteArrayValueHandler extends BaseValueHandler<byte[]>
-
-
Constructor Summary
Constructors Constructor Description ByteArrayValueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength(byte[] value)protected voidinternalHandle(DataOutputStream buffer, byte[] value)-
Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
-
-
-
Method Detail
-
internalHandle
protected void internalHandle(DataOutputStream buffer, byte[] value) throws Exception
- Specified by:
internalHandlein classBaseValueHandler<byte[]>- Throws:
Exception
-
getLength
public int getLength(byte[] value)
-
-