| java.lang.Object jpersist.interfaces.AsciiStreamAdapter
AsciiStreamAdapter | public class AsciiStreamAdapter implements AsciiStream(Code) | | This class should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]AsciiStream.
|
AsciiStreamAdapter | public AsciiStreamAdapter(int length, InputStream inputStream)(Code) | | |
getInputStream | public InputStream getInputStream()(Code) | | Return the InputStream to read from.
the InputStream to read from |
getLength | public int getLength()(Code) | | Returns the length of data in the stream.
the length of data in the stream. |
|
|