| java.lang.Object jpersist.interfaces.CharacterStreamAdapter
CharacterStreamAdapter | public class CharacterStreamAdapter implements 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. |
CharacterStreamAdapter | public CharacterStreamAdapter(int length, Reader reader)(Code) | | |
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 |
|
|