| jpersist.interfaces.BinaryStream
All known Subclasses: jpersist.interfaces.BinaryStreamAdapter,
BinaryStream | public interface BinaryStream (Code) | | This interface should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]BinaryStream.
|
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. |
|
|