| com.caucho.ejb.hessian.HessianReader
HessianReader | public class HessianReader extends HessianSerializerInput (Code) | | |
Constructor Summary | |
public | HessianReader(InputStream is) Creates a new Hessian input stream, initialized with an
underlying output stream. | public | HessianReader() Creates an uninitialized Hessian output stream. |
HessianReader | public HessianReader(InputStream is)(Code) | | Creates a new Hessian input stream, initialized with an
underlying output stream.
Parameters: os - the underlying output stream. |
HessianReader | public HessianReader()(Code) | | Creates an uninitialized Hessian output stream.
|
|
|