Package com.independentsoft.office
Interface IPicture
- All Known Implementing Classes:
GvmlPicture,Image,Picture,Picture,Picture
public interface IPicture
The Interface IPicture.
-
Method Summary
Modifier and TypeMethodDescriptionclone()byte[]voidsave(OutputStream stream)voidvoidvoidsetBuffer(byte[] buffer)
-
Method Details
-
clone
IPicture clone() -
getFileName
String getFileName() -
getBuffer
byte[] getBuffer() -
setBuffer
void setBuffer(byte[] buffer) -
getInputStream
InputStream getInputStream() -
save
- Throws:
IOException
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-