URL.openConnection()
instead.
Please visit this webpage
for further details.@Deprecated public interface BinaryEncoder extends Encoder
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(byte[] pArray)
Deprecated.
Encodes a byte array and return the encoded data
as a byte array.
|
byte[] encode(byte[] pArray) throws EncoderException
pArray
- Data to be encodedEncoderException
- thrown if the Encoder
encounters a failure condition during the
encoding process.