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