public class ChangePasswordDataEncoder extends Object
Constructor and Description |
---|
ChangePasswordDataEncoder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(ChangePasswordData data)
Encodes a
ChangePasswordData into a byte array. |
void |
encode(ChangePasswordData data,
ByteBuffer out)
Encodes a
ChangePasswordData into a ByteBuffer . |
public byte[] encode(ChangePasswordData data) throws IOException
ChangePasswordData
into a byte array.data
- IOException
public void encode(ChangePasswordData data, ByteBuffer out) throws IOException
ChangePasswordData
into a ByteBuffer
.data
- out
- IOException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.