Interface OleBlob.LinkContent
-
- All Superinterfaces:
OleBlob.Content,OleBlob.PackageContent
- Enclosing interface:
- OleBlob
public static interface OleBlob.LinkContent extends OleBlob.PackageContent
Sub-interface for Content which has theOleBlob.ContentType.LINKtype. The actual content is external to the access database and can be found atgetLinkPath().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()StringgetFilePath()StringgetLinkPath()InputStreamgetLinkStream()-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.Content
getBlob, getType
-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.PackageContent
getClassName, getPrettyName, getTypeName
-
-
-
-
Method Detail
-
getFileName
String getFileName()
-
getLinkPath
String getLinkPath()
-
getFilePath
String getFilePath()
-
getLinkStream
InputStream getLinkStream() throws IOException
- Throws:
IOException
-
-