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