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