com.componio.jlicensure.shared
Interface Decoder

All Superinterfaces:
PropertiesSettable

public interface Decoder
extends PropertiesSettable

Generic object decoding interface


Method Summary
 java.lang.Object decode(java.io.InputStream in)
          Decode/read an object from the given input stream.
 
Methods inherited from interface com.componio.jlicensure.shared.PropertiesSettable
setProperties
 

Method Detail

decode

java.lang.Object decode(java.io.InputStream in)
                        throws java.io.IOException,
                               java.rmi.RemoteException
Decode/read an object from the given input stream.

Throws:
java.io.IOException
java.rmi.RemoteException