Interface OleBlob.SimplePackageContent
-
- All Superinterfaces:
OleBlob.Content,OleBlob.EmbeddedContent,OleBlob.PackageContent
- Enclosing interface:
- OleBlob
public static interface OleBlob.SimplePackageContent extends OleBlob.PackageContent, OleBlob.EmbeddedContent
Sub-interface for Content which has theOleBlob.ContentType.SIMPLE_PACKAGEtype. The actual content is embedded within the access database (but the original file source path can also be found atgetFilePath()).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()StringgetFilePath()StringgetLocalFilePath()-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.Content
getBlob, getType
-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.EmbeddedContent
getStream, length, writeTo
-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.PackageContent
getClassName, getPrettyName, getTypeName
-
-