| jpersist.interfaces.AsciiStream
All known Subclasses: jpersist.interfaces.AsciiStreamAdapter,
AsciiStream | public interface AsciiStream (Code) | | This interface should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]AsciiStream.
|
getInputStream | InputStream getInputStream()(Code) | | Return the InputStream to read from.
the InputStream to read from |
getLength | int getLength()(Code) | | Returns the length of data in the stream.
the length of data in the stream. |
|
|