org.syrup
Interface Data

All Known Implementing Classes:
DataImpl

public interface Data

Encapsulates immutable data.

Author:
Robbert van Dalen

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 byte[] bytes()
          Returns the underlying byte array.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

bytes

public byte[] bytes()
Returns the underlying byte array.

Returns:
The underlying byte array.