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