| jpersist.interfaces.CharacterStream
All known Subclasses: jpersist.interfaces.CharacterStreamAdapter,
CharacterStream | public interface CharacterStream (Code) | | This interface should be used in place of Reader in your objects,
and is used to handle Reader for PreparedStatement.[get/set]CharacterStream.
|
Method Summary | |
public int | getLength() Returns the length of data in the stream. | public Reader | getReader() Return 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. |
getReader | public Reader getReader()(Code) | | Return the InputStream to read from.
the InputStream to read from |
|
|