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