Secure iNet Factory

com.jscape.util
Interface BinaryDataFormat

All Known Implementing Classes:
HexFormat

public interface BinaryDataFormat

Binary data format.

Version:
1.0
Author:
Alex
See Also:
Source code

Method Summary
 java.lang.String format(byte[] data)
          Format binary data to the readble form.
 byte[] parse(java.lang.String data)
          Restores data from the formatted form.
 

Method Detail

format

java.lang.String format(byte[] data)
Format binary data to the readble form.

Parameters:
data - target data
Returns:
readble data string

parse

byte[] parse(java.lang.String data)
Restores data from the formatted form.

Parameters:
data - data string
Returns:
restored data

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved