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